Html Css Color HEX #C92232 Cardinal

📋 copy color: '#C92232'

red 201 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #C92232

Tints of Cardinal #C92232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

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

R = 70.53%
G = 11.93%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C92232 (or 0xC92232) is known color: Cardinal. HEX triplet: C9, 22 and 32. RGB value is (201,34,50). Sum of RGB (Red+Green+Blue) = 201+34+50=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C92232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92232 is #36DDCD. Grayscale: #555555. Windows color (decimal): -3595726 or 3285705. OLE color: 3285705.

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

Color convert

RGB 201 34 50 -
CMYK 0 0.83 0.75 0.21
HSL 354.25º 0.71% 0.46% -
HSV(B) 354.25º 0.83% 0.79% -
XYZ 25.24 13.79 4.35 -
YUV 85.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 201 34 50 0 0.83 0.75 0.21 354.25 0.71 0.46
Hex C9 22 32 0 53 4B 15 162 47 2E
Octal 311 42 62 0 123 113 25 542 107 56
Binary 11001001 100010 110010 0 1010011 1001011 10101 101100010 1000111 101110

Color Harmonies of #C92232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92232

Black with #C92232

Text Example


Text Example

White with #C92232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92232; }

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

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

background-color css

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

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

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

border-color css

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

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

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