Html Css Color HEX #C92432 Cardinal

📋 copy color: '#C92432'

red 201 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #C92432

Tints of Cardinal #C92432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 70.03%
G = 12.54%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C92432 (or 0xC92432) is known color: Cardinal. HEX triplet: C9, 24 and 32. RGB value is (201,36,50). Sum of RGB (Red+Green+Blue) = 201+36+50=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C92432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92432 is #36DBCD. Grayscale: #575757. Windows color (decimal): -3595214 or 3286217. OLE color: 3286217.

HSL color Cylindrical-coordinate representation of color #C92432: hue angle of 354.91º 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 #C92432 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 50 -
CMYK 0 0.82 0.75 0.21
HSL 354.91º 0.7% 0.46% -
HSV(B) 354.91º 0.82% 0.79% -
XYZ 25.29 13.91 4.37 -
YUV 86.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 201 36 50 0 0.82 0.75 0.21 354.91 0.7 0.46
Hex C9 24 32 0 52 4B 15 163 46 2E
Octal 311 44 62 0 122 113 25 543 106 56
Binary 11001001 100100 110010 0 1010010 1001011 10101 101100011 1000110 101110

Color Harmonies of #C92432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92432

Black with #C92432

Text Example


Text Example

White with #C92432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92432; }

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

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

background-color css

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

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

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

border-color css

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

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

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