Shades of Cardinal #C91835
Tints of Cardinal #C91835
RGB
CMYK
RGB Variations
Color information
#C91835 (or 0xC91835) is known color: Cardinal. HEX triplet: C9, 18 and 35. RGB value is (201,24,53). Sum of RGB (Red+Green+Blue) = 201+24+53=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C91835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91835 is #36E7CA. Grayscale: #505050. Windows color (decimal): -3598283 or 3479753. OLE color: 3479753.
HSL color Cylindrical-coordinate representation of color #C91835: hue angle of 350.17º 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 #C91835 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.21 |
| HSL | 350.17º | 0.79% | 0.44% | - |
| HSV(B) | 350.17º | 0.88% | 0.79% | - |
| XYZ | 25.06 | 13.33 | 4.62 | - |
| YUV | 80.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 53 | 0 | 0.88 | 0.74 | 0.21 | 350.17 | 0.79 | 0.44 |
| Hex | C9 | 18 | 35 | 0 | 58 | 4A | 15 | 15E | 4F | 2C |
| Octal | 311 | 30 | 65 | 0 | 130 | 112 | 25 | 536 | 117 | 54 |
| Binary | 11001001 | 11000 | 110101 | 0 | 1011000 | 1001010 | 10101 | 101011110 | 1001111 | 101100 |
Color Harmonies of #C91835
Complementary color
Monochromatic Colors of #C91835
Black with #C91835
Text Example
Text Example
White with #C91835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91835; }
p { color: rgb(201,24,53); }
H1.HeaderClassName
{
color: #C91835;
}
.AnyTagClassName
{
color: #C91835;
}
</style>
background-color css
<style>
a { background-color: #C91835; }
a { background-color: rgb(201,24,53); }
div.DivClassName
{
background-color: #C91835;
}
.BgClassName
{
background-color: #C91835;
}
</style>
border-color css
<style>
span { border-color: #C91835; }
span { border-color: rgb(201,24,53); }
td.TdClassName
{
border-color: #C91835;
}
.TagClassName
{
border-color: #C91835;
}
</style>