Shades of Cardinal #C91849
Tints of Cardinal #C91849
RGB
CMYK
RGB Variations
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
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>