Html Css Color HEX #C92331 Cardinal

📋 copy color: '#C92331'

red 201 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #C92331

Tints of Cardinal #C92331

RGB

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

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

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

R = 70.53%
G = 12.28%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92331 (or 0xC92331) is known color: Cardinal. HEX triplet: C9, 23 and 31. RGB value is (201,35,49). Sum of RGB (Red+Green+Blue) = 201+35+49=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C92331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92331 is #36DCCE. Grayscale: #565656. Windows color (decimal): -3595471 or 3220425. OLE color: 3220425.

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

Color convert

RGB 201 35 49 -
CMYK 0 0.83 0.76 0.21
HSL 354.94º 0.7% 0.46% -
HSV(B) 354.94º 0.83% 0.79% -
XYZ 25.24 13.84 4.25 -
YUV 86.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 201 35 49 0 0.83 0.76 0.21 354.94 0.7 0.46
Hex C9 23 31 0 53 4C 15 163 46 2E
Octal 311 43 61 0 123 114 25 543 106 56
Binary 11001001 100011 110001 0 1010011 1001100 10101 101100011 1000110 101110

Color Harmonies of #C92331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92331

Black with #C92331

Text Example


Text Example

White with #C92331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92331; }

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

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

background-color css

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

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

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

border-color css

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

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

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