Html Css Color HEX #C92434 Cardinal

📋 copy color: '#C92434'

red 201 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #C92434

Tints of Cardinal #C92434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 69.55%
G = 12.46%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92434 (or 0xC92434) is known color: Cardinal. HEX triplet: C9, 24 and 34. RGB value is (201,36,52). Sum of RGB (Red+Green+Blue) = 201+36+52=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C92434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92434 is #36DBCB. Grayscale: #575757. Windows color (decimal): -3595212 or 3417289. OLE color: 3417289.

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

Color convert

RGB 201 36 52 -
CMYK 0 0.82 0.74 0.21
HSL 354.18º 0.7% 0.46% -
HSV(B) 354.18º 0.82% 0.79% -
XYZ 25.34 13.93 4.6 -
YUV 87.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 201 36 52 0 0.82 0.74 0.21 354.18 0.7 0.46
Hex C9 24 34 0 52 4A 15 162 46 2E
Octal 311 44 64 0 122 112 25 542 106 56
Binary 11001001 100100 110100 0 1010010 1001010 10101 101100010 1000110 101110

Color Harmonies of #C92434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92434

Black with #C92434

Text Example


Text Example

White with #C92434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92434; }

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

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

background-color css

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

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

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

border-color css

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

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

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