Html Css Color HEX #C92431 Cardinal

📋 copy color: '#C92431'

red 201 ◦ green 36 ◦ blue 49

#C92431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C92431

Tints of Cardinal #C92431

RGB

 RED value IS 201 (78.91% from 255) = 70.28%

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 70.28%
G = 12.59%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92431 (or 0xC92431) is known color: Cardinal. HEX triplet: C9, 24 and 31. RGB value is (201,36,49). Sum of RGB (Red+Green+Blue) = 201+36+49=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C92431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92431 is #36DBCE. Grayscale: #565656. Windows color (decimal): -3595215 or 3220681. OLE color: 3220681.

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

Color convert

RGB 201 36 49 -
CMYK 0 0.82 0.76 0.21
HSL 355.27º 0.7% 0.46% -
HSV(B) 355.27º 0.82% 0.79% -
XYZ 25.27 13.9 4.26 -
YUV 86.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 201 36 49 0 0.82 0.76 0.21 355.27 0.7 0.46
Hex C9 24 31 0 52 4C 15 163 46 2E
Octal 311 44 61 0 122 114 25 543 106 56
Binary 11001001 100100 110001 0 1010010 1001100 10101 101100011 1000110 101110

Color Harmonies of #C92431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92431

Black with #C92431

Text Example


Text Example

White with #C92431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92431; }

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

 H1.HeaderClassName
 {
   color: #C92431;
 }
 .AnyTagClassName
 {
   color: #C92431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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