Html Css Color HEX #C91849 Cardinal

📋 copy color: '#C91849'

red 201 ◦ green 24 ◦ blue 73

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

Shades of Cardinal #C91849

Tints of Cardinal #C91849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 67.45%
G = 8.05%
B = 24.5%

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

#C91849 (or 0xC91849) is known color: Cardinal. HEX triplet: C9, 18 and 49. RGB value is (201,24,73). Sum of RGB (Red+Green+Blue) = 201+24+73=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C91849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91849 is #36E7B6. Grayscale: #525252. Windows color (decimal): -3598263 or 4790473. OLE color: 4790473.

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

Color convert

RGB 201 24 73 -
CMYK 0 0.88 0.64 0.21
HSL 343.39º 0.79% 0.44% -
HSV(B) 343.39º 0.88% 0.79% -
XYZ 25.62 13.55 7.57 -
YUV 82.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 201 24 73 0 0.88 0.64 0.21 343.39 0.79 0.44
Hex C9 18 49 0 58 40 15 157 4F 2C
Octal 311 30 111 0 130 100 25 527 117 54
Binary 11001001 11000 1001001 0 1011000 1000000 10101 101010111 1001111 101100

Color Harmonies of #C91849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91849

Black with #C91849

Text Example


Text Example

White with #C91849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91849; }

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

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

background-color css

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

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

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

border-color css

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

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

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