Shades of Cardinal #C91834
Tints of Cardinal #C91834
RGB
CMYK
RGB Variations
Color information
#C91834 (or 0xC91834) is known color: Cardinal. HEX triplet: C9, 18 and 34. RGB value is (201,24,52). Sum of RGB (Red+Green+Blue) = 201+24+52=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C91834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91834 is #36E7CB. Grayscale: #505050. Windows color (decimal): -3598284 or 3414217. OLE color: 3414217.
HSL color Cylindrical-coordinate representation of color #C91834: hue angle of 350.51º 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 #C91834 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 52 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.21 |
| HSL | 350.51º | 0.79% | 0.44% | - |
| HSV(B) | 350.51º | 0.88% | 0.79% | - |
| XYZ | 25.03 | 13.32 | 4.5 | - |
| YUV | 80.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 52 | 0 | 0.88 | 0.74 | 0.21 | 350.51 | 0.79 | 0.44 |
| Hex | C9 | 18 | 34 | 0 | 58 | 4A | 15 | 15F | 4F | 2C |
| Octal | 311 | 30 | 64 | 0 | 130 | 112 | 25 | 537 | 117 | 54 |
| Binary | 11001001 | 11000 | 110100 | 0 | 1011000 | 1001010 | 10101 | 101011111 | 1001111 | 101100 |
Color Harmonies of #C91834
Complementary color
Monochromatic Colors of #C91834
Black with #C91834
Text Example
Text Example
White with #C91834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91834; }
p { color: rgb(201,24,52); }
H1.HeaderClassName
{
color: #C91834;
}
.AnyTagClassName
{
color: #C91834;
}
</style>
background-color css
<style>
a { background-color: #C91834; }
a { background-color: rgb(201,24,52); }
div.DivClassName
{
background-color: #C91834;
}
.BgClassName
{
background-color: #C91834;
}
</style>
border-color css
<style>
span { border-color: #C91834; }
span { border-color: rgb(201,24,52); }
td.TdClassName
{
border-color: #C91834;
}
.TagClassName
{
border-color: #C91834;
}
</style>