Shades of Cardinal #C91736
Tints of Cardinal #C91736
RGB
CMYK
RGB Variations
Color information
#C91736 (or 0xC91736) is known color: Cardinal. HEX triplet: C9, 17 and 36. RGB value is (201,23,54). Sum of RGB (Red+Green+Blue) = 201+23+54=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C91736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91736 is #36E8C9. Grayscale: #4F4F4F. Windows color (decimal): -3598538 or 3545033. OLE color: 3545033.
HSL color Cylindrical-coordinate representation of color #C91736: hue angle of 349.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91736 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 54 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.21 |
| HSL | 349.55º | 0.79% | 0.44% | - |
| HSV(B) | 349.55º | 0.89% | 0.79% | - |
| XYZ | 25.06 | 13.3 | 4.74 | - |
| YUV | 79.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 54 | 0 | 0.89 | 0.73 | 0.21 | 349.55 | 0.79 | 0.44 |
| Hex | C9 | 17 | 36 | 0 | 59 | 49 | 15 | 15E | 4F | 2C |
| Octal | 311 | 27 | 66 | 0 | 131 | 111 | 25 | 536 | 117 | 54 |
| Binary | 11001001 | 10111 | 110110 | 0 | 1011001 | 1001001 | 10101 | 101011110 | 1001111 | 101100 |
Color Harmonies of #C91736
Complementary color
Monochromatic Colors of #C91736
Black with #C91736
Text Example
Text Example
White with #C91736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91736; }
p { color: rgb(201,23,54); }
H1.HeaderClassName
{
color: #C91736;
}
.AnyTagClassName
{
color: #C91736;
}
</style>
background-color css
<style>
a { background-color: #C91736; }
a { background-color: rgb(201,23,54); }
div.DivClassName
{
background-color: #C91736;
}
.BgClassName
{
background-color: #C91736;
}
</style>
border-color css
<style>
span { border-color: #C91736; }
span { border-color: rgb(201,23,54); }
td.TdClassName
{
border-color: #C91736;
}
.TagClassName
{
border-color: #C91736;
}
</style>