Html Css Color HEX #C92439 Cardinal

📋 copy color: '#C92439'

red 201 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #C92439

Tints of Cardinal #C92439

RGB

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

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

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

R = 68.37%
G = 12.24%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C92439 (or 0xC92439) is known color: Cardinal. HEX triplet: C9, 24 and 39. RGB value is (201,36,57). Sum of RGB (Red+Green+Blue) = 201+36+57=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92439 is #36DBC6. Grayscale: #575757. Windows color (decimal): -3595207 or 3744969. OLE color: 3744969.

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

Color convert

RGB 201 36 57 -
CMYK 0 0.82 0.72 0.21
HSL 352.36º 0.7% 0.46% -
HSV(B) 352.36º 0.82% 0.79% -
XYZ 25.46 13.97 5.23 -
YUV 87.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 201 36 57 0 0.82 0.72 0.21 352.36 0.7 0.46
Hex C9 24 39 0 52 48 15 160 46 2E
Octal 311 44 71 0 122 110 25 540 106 56
Binary 11001001 100100 111001 0 1010010 1001000 10101 101100000 1000110 101110

Color Harmonies of #C92439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92439

Black with #C92439

Text Example


Text Example

White with #C92439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92439; }

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

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

background-color css

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

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

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

border-color css

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

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

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