Html Css Color HEX #C92133 Cardinal

📋 copy color: '#C92133'

red 201 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #C92133

Tints of Cardinal #C92133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 70.53%
G = 11.58%
B = 17.89%

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

#C92133 (or 0xC92133) is known color: Cardinal. HEX triplet: C9, 21 and 33. RGB value is (201,33,51). Sum of RGB (Red+Green+Blue) = 201+33+51=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C92133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92133 is #36DECC. Grayscale: #555555. Windows color (decimal): -3595981 or 3350985. OLE color: 3350985.

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

Color convert

RGB 201 33 51 -
CMYK 0 0.84 0.75 0.21
HSL 353.57º 0.72% 0.46% -
HSV(B) 353.57º 0.84% 0.79% -
XYZ 25.23 13.74 4.46 -
YUV 85.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 201 33 51 0 0.84 0.75 0.21 353.57 0.72 0.46
Hex C9 21 33 0 54 4B 15 162 48 2E
Octal 311 41 63 0 124 113 25 542 110 56
Binary 11001001 100001 110011 0 1010100 1001011 10101 101100010 1001000 101110

Color Harmonies of #C92133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92133

Black with #C92133

Text Example


Text Example

White with #C92133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92133; }

 p { color: rgb(201,33,51); }

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

background-color css

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

 a { background-color: rgb(201,33,51); }

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

border-color css

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

 span { border-color: rgb(201,33,51); }

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