Html Css Color HEX #C91949 Cardinal

📋 copy color: '#C91949'

red 201 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #C91949

Tints of Cardinal #C91949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 67.22%
G = 8.36%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C91949 (or 0xC91949) is known color: Cardinal. HEX triplet: C9, 19 and 49. RGB value is (201,25,73). Sum of RGB (Red+Green+Blue) = 201+25+73=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C91949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91949 is #36E6B6. Grayscale: #535353. Windows color (decimal): -3598007 or 4790729. OLE color: 4790729.

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

Color convert

RGB 201 25 73 -
CMYK 0 0.88 0.64 0.21
HSL 343.64º 0.78% 0.44% -
HSV(B) 343.64º 0.88% 0.79% -
XYZ 25.64 13.59 7.58 -
YUV 83.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 201 25 73 0 0.88 0.64 0.21 343.64 0.78 0.44
Hex C9 19 49 0 58 40 15 158 4E 2C
Octal 311 31 111 0 130 100 25 530 116 54
Binary 11001001 11001 1001001 0 1011000 1000000 10101 101011000 1001110 101100

Color Harmonies of #C91949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91949

Black with #C91949

Text Example


Text Example

White with #C91949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91949; }

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

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

background-color css

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

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

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

border-color css

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

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

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