Html Css Color HEX #C92336 Cardinal

📋 copy color: '#C92336'

red 201 ◦ green 35 ◦ blue 54

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

Shades of Cardinal #C92336

Tints of Cardinal #C92336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 69.31%
G = 12.07%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C92336 (or 0xC92336) is known color: Cardinal. HEX triplet: C9, 23 and 36. RGB value is (201,35,54). Sum of RGB (Red+Green+Blue) = 201+35+54=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92336 is #36DCC9. Grayscale: #565656. Windows color (decimal): -3595466 or 3548105. OLE color: 3548105.

HSL color Cylindrical-coordinate representation of color #C92336: hue angle of 353.13º degrees, saturation: 0.7, 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 #C92336 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 54 -
CMYK 0 0.83 0.73 0.21
HSL 353.13º 0.7% 0.46% -
HSV(B) 353.13º 0.83% 0.79% -
XYZ 25.35 13.89 4.83 -
YUV 86.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 201 35 54 0 0.83 0.73 0.21 353.13 0.7 0.46
Hex C9 23 36 0 53 49 15 161 46 2E
Octal 311 43 66 0 123 111 25 541 106 56
Binary 11001001 100011 110110 0 1010011 1001001 10101 101100001 1000110 101110

Color Harmonies of #C92336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92336

Black with #C92336

Text Example


Text Example

White with #C92336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92336; }

 p { color: rgb(201,35,54); }

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

background-color css

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

 a { background-color: rgb(201,35,54); }

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

border-color css

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

 span { border-color: rgb(201,35,54); }

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