Html Css Color HEX #C92034 Cardinal

📋 copy color: '#C92034'

red 201 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #C92034

Tints of Cardinal #C92034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 70.53%
G = 11.23%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92034 (or 0xC92034) is known color: Cardinal. HEX triplet: C9, 20 and 34. RGB value is (201,32,52). Sum of RGB (Red+Green+Blue) = 201+32+52=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C92034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92034 is #36DFCB. Grayscale: #545454. Windows color (decimal): -3596236 or 3416265. OLE color: 3416265.

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

Color convert

RGB 201 32 52 -
CMYK 0 0.84 0.74 0.21
HSL 352.9º 0.73% 0.46% -
HSV(B) 352.9º 0.84% 0.79% -
XYZ 25.22 13.7 4.56 -
YUV 84.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 201 32 52 0 0.84 0.74 0.21 352.9 0.73 0.46
Hex C9 20 34 0 54 4A 15 161 49 2E
Octal 311 40 64 0 124 112 25 541 111 56
Binary 11001001 100000 110100 0 1010100 1001010 10101 101100001 1001001 101110

Color Harmonies of #C92034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92034

Black with #C92034

Text Example


Text Example

White with #C92034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92034; }

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

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

background-color css

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

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

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

border-color css

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

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

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