Html Css Color HEX #C91930 Cardinal

📋 copy color: '#C91930'

red 201 ◦ green 25 ◦ blue 48

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

Shades of Cardinal #C91930

Tints of Cardinal #C91930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 73.36%
G = 9.12%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C91930 (or 0xC91930) is known color: Cardinal. HEX triplet: C9, 19 and 30. RGB value is (201,25,48). Sum of RGB (Red+Green+Blue) = 201+25+48=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C91930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91930 is #36E6CF. Grayscale: #505050. Windows color (decimal): -3598032 or 3152329. OLE color: 3152329.

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

Color convert

RGB 201 25 48 -
CMYK 0 0.88 0.76 0.21
HSL 352.16º 0.78% 0.44% -
HSV(B) 352.16º 0.88% 0.79% -
XYZ 24.97 13.33 4.05 -
YUV 80.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 201 25 48 0 0.88 0.76 0.21 352.16 0.78 0.44
Hex C9 19 30 0 58 4C 15 160 4E 2C
Octal 311 31 60 0 130 114 25 540 116 54
Binary 11001001 11001 110000 0 1011000 1001100 10101 101100000 1001110 101100

Color Harmonies of #C91930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91930

Black with #C91930

Text Example


Text Example

White with #C91930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91930; }

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

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

background-color css

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

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

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

border-color css

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

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

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