Html Css Color HEX #C92433 Cardinal

📋 copy color: '#C92433'

red 201 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #C92433

Tints of Cardinal #C92433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 69.79%
G = 12.5%
B = 17.71%

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

#C92433 (or 0xC92433) is known color: Cardinal. HEX triplet: C9, 24 and 33. RGB value is (201,36,51). Sum of RGB (Red+Green+Blue) = 201+36+51=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C92433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92433 is #36DBCC. Grayscale: #575757. Windows color (decimal): -3595213 or 3351753. OLE color: 3351753.

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

Color convert

RGB 201 36 51 -
CMYK 0 0.82 0.75 0.21
HSL 354.55º 0.7% 0.46% -
HSV(B) 354.55º 0.82% 0.79% -
XYZ 25.32 13.92 4.48 -
YUV 87.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 201 36 51 0 0.82 0.75 0.21 354.55 0.7 0.46
Hex C9 24 33 0 52 4B 15 163 46 2E
Octal 311 44 63 0 122 113 25 543 106 56
Binary 11001001 100100 110011 0 1010010 1001011 10101 101100011 1000110 101110

Color Harmonies of #C92433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92433

Black with #C92433

Text Example


Text Example

White with #C92433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92433; }

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

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

background-color css

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

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

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

border-color css

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

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

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