Html Css Color HEX #C92039 Cardinal

📋 copy color: '#C92039'

red 201 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #C92039

Tints of Cardinal #C92039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 69.31%
G = 11.03%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C92039 (or 0xC92039) is known color: Cardinal. HEX triplet: C9, 20 and 39. RGB value is (201,32,57). Sum of RGB (Red+Green+Blue) = 201+32+57=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92039 is #36DFC6. Grayscale: #555555. Windows color (decimal): -3596231 or 3743945. OLE color: 3743945.

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

Color convert

RGB 201 32 57 -
CMYK 0 0.84 0.72 0.21
HSL 351.12º 0.73% 0.46% -
HSV(B) 351.12º 0.84% 0.79% -
XYZ 25.34 13.75 5.19 -
YUV 85.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 201 32 57 0 0.84 0.72 0.21 351.12 0.73 0.46
Hex C9 20 39 0 54 48 15 15F 49 2E
Octal 311 40 71 0 124 110 25 537 111 56
Binary 11001001 100000 111001 0 1010100 1001000 10101 101011111 1001001 101110

Color Harmonies of #C92039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92039

Black with #C92039

Text Example


Text Example

White with #C92039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92039; }

 p { color: rgb(201,32,57); }

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

background-color css

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

 a { background-color: rgb(201,32,57); }

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

border-color css

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

 span { border-color: rgb(201,32,57); }

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