Html Css Color HEX #C92032 Cardinal

📋 copy color: '#C92032'

red 201 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #C92032

Tints of Cardinal #C92032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 71.02%
G = 11.31%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C92032 (or 0xC92032) is known color: Cardinal. HEX triplet: C9, 20 and 32. RGB value is (201,32,50). Sum of RGB (Red+Green+Blue) = 201+32+50=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C92032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92032 is #36DFCD. Grayscale: #545454. Windows color (decimal): -3596238 or 3285193. OLE color: 3285193.

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

Color convert

RGB 201 32 50 -
CMYK 0 0.84 0.75 0.21
HSL 353.61º 0.73% 0.46% -
HSV(B) 353.61º 0.84% 0.79% -
XYZ 25.18 13.68 4.33 -
YUV 84.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 201 32 50 0 0.84 0.75 0.21 353.61 0.73 0.46
Hex C9 20 32 0 54 4B 15 162 49 2E
Octal 311 40 62 0 124 113 25 542 111 56
Binary 11001001 100000 110010 0 1010100 1001011 10101 101100010 1001001 101110

Color Harmonies of #C92032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92032

Black with #C92032

Text Example


Text Example

White with #C92032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92032; }

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

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

background-color css

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

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

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

border-color css

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

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

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