Html Css Color HEX #C91932 Cardinal

📋 copy color: '#C91932'

red 201 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #C91932

Tints of Cardinal #C91932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 72.83%
G = 9.06%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91932 (or 0xC91932) is known color: Cardinal. HEX triplet: C9, 19 and 32. RGB value is (201,25,50). Sum of RGB (Red+Green+Blue) = 201+25+50=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C91932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91932 is #36E6CD. Grayscale: #505050. Windows color (decimal): -3598030 or 3283401. OLE color: 3283401.

HSL color Cylindrical-coordinate representation of color #C91932: hue angle of 351.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91932 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 50 -
CMYK 0 0.88 0.75 0.21
HSL 351.48º 0.78% 0.44% -
HSV(B) 351.48º 0.88% 0.79% -
XYZ 25.01 13.34 4.27 -
YUV 80.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 201 25 50 0 0.88 0.75 0.21 351.48 0.78 0.44
Hex C9 19 32 0 58 4B 15 15F 4E 2C
Octal 311 31 62 0 130 113 25 537 116 54
Binary 11001001 11001 110010 0 1011000 1001011 10101 101011111 1001110 101100

Color Harmonies of #C91932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91932

Black with #C91932

Text Example


Text Example

White with #C91932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91932; }

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

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

background-color css

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

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

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

border-color css

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

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

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