#c91c31

Color #C91C31 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C91C31

Tints of Cardinal #C91C31

Color information

#C91C31 (or 0xC91C31) is unknown color: approx Cardinal. HEX triplet: C9, 1C and 31. RGB value is (201,28,49). Sum of RGB (Red+Green+Blue) = 201+28+49=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91C31 is #36E3CE. Grayscale: #525252. Windows color (decimal): -3597263 or 3218633. OLE color: 3218633.

HSL color Cylindrical-coordinate representation of color #C91C31: hue angle of 352.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C31 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB2012849-
CMYK00.860.760.21
HSL352.72º75.55%44.9%-
HSV(B)352.72º86.07%78.82%-
XYZ25.0613.474.19-
YUV82.12109.31212.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 72.30%
GREEN value IS 28 (11.33% from 255) = 10.07%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=72.30%
G=10.07%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201284900.860.760.21352.7275.5544.9
HexC91C310564C151614c2d
Octal311346101261142554111455
Binary1100100111100110001010101101001100101011011000011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c91c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c91c31; }

 p { color: rgb(201,28,49); }

 H1.HeaderClassName
 {
   color: #c91c31;
 }
 .AnyTagClassName
 {
   color: #c91c31;
 }
</style>
background-color css

<style>
 a { background-color: #c91c31; }

 a { background-color: rgb(201,28,49); }

 div.DivClassName
 {
   background-color: #c91c31;
 }
 .BgClassName
 {
   background-color: #c91c31;
 }
</style>
border-color css

<style>
 span { border-color: #c91c31; }

 span { border-color: rgb(201,28,49); }

 td.TdClassName
 {
   border-color: #c91c31;
 }
 .TagClassName
 {
   border-color: #c91c31;
 }
</style>