Html Css Color HEX #C92435 Cardinal

📋 copy color: '#C92435'

red 201 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #C92435

Tints of Cardinal #C92435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 69.31%
G = 12.41%
B = 18.28%

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

#C92435 (or 0xC92435) is known color: Cardinal. HEX triplet: C9, 24 and 35. RGB value is (201,36,53). Sum of RGB (Red+Green+Blue) = 201+36+53=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92435 is #36DBCA. Grayscale: #575757. Windows color (decimal): -3595211 or 3482825. OLE color: 3482825.

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

Color convert

RGB 201 36 53 -
CMYK 0 0.82 0.74 0.21
HSL 353.82º 0.7% 0.46% -
HSV(B) 353.82º 0.82% 0.79% -
XYZ 25.36 13.94 4.72 -
YUV 87.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 201 36 53 0 0.82 0.74 0.21 353.82 0.7 0.46
Hex C9 24 35 0 52 4A 15 162 46 2E
Octal 311 44 65 0 122 112 25 542 106 56
Binary 11001001 100100 110101 0 1010010 1001010 10101 101100010 1000110 101110

Color Harmonies of #C92435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92435

Black with #C92435

Text Example


Text Example

White with #C92435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92435; }

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

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

background-color css

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

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

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

border-color css

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

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

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