Html Css Color HEX #C92031 Cardinal

📋 copy color: '#C92031'

red 201 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #C92031

Tints of Cardinal #C92031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 71.28%
G = 11.35%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92031 (or 0xC92031) is known color: Cardinal. HEX triplet: C9, 20 and 31. RGB value is (201,32,49). Sum of RGB (Red+Green+Blue) = 201+32+49=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C92031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92031 is #36DFCE. Grayscale: #545454. Windows color (decimal): -3596239 or 3219657. OLE color: 3219657.

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

Color convert

RGB 201 32 49 -
CMYK 0 0.84 0.76 0.21
HSL 353.96º 0.73% 0.46% -
HSV(B) 353.96º 0.84% 0.79% -
XYZ 25.16 13.67 4.22 -
YUV 84.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 201 32 49 0 0.84 0.76 0.21 353.96 0.73 0.46
Hex C9 20 31 0 54 4C 15 162 49 2E
Octal 311 40 61 0 124 114 25 542 111 56
Binary 11001001 100000 110001 0 1010100 1001100 10101 101100010 1001001 101110

Color Harmonies of #C92031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92031

Black with #C92031

Text Example


Text Example

White with #C92031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92031; }

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

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

background-color css

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

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

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

border-color css

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

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

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