Shades of Cardinal #C91732
Tints of Cardinal #C91732
RGB
CMYK
RGB Variations
Color information
#C91732 (or 0xC91732) is known color: Cardinal. HEX triplet: C9, 17 and 32. RGB value is (201,23,50). Sum of RGB (Red+Green+Blue) = 201+23+50=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C91732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91732 is #36E8CD. Grayscale: #4F4F4F. Windows color (decimal): -3598542 or 3282889. OLE color: 3282889.
HSL color Cylindrical-coordinate representation of color #C91732: hue angle of 350.9º 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 #C91732 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 50 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.21 |
| HSL | 350.9º | 0.79% | 0.44% | - |
| HSV(B) | 350.9º | 0.89% | 0.79% | - |
| XYZ | 24.97 | 13.26 | 4.26 | - |
| YUV | 79.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 50 | 0 | 0.89 | 0.75 | 0.21 | 350.9 | 0.79 | 0.44 |
| Hex | C9 | 17 | 32 | 0 | 59 | 4B | 15 | 15F | 4F | 2C |
| Octal | 311 | 27 | 62 | 0 | 131 | 113 | 25 | 537 | 117 | 54 |
| Binary | 11001001 | 10111 | 110010 | 0 | 1011001 | 1001011 | 10101 | 101011111 | 1001111 | 101100 |
Color Harmonies of #C91732
Complementary color
Monochromatic Colors of #C91732
Black with #C91732
Text Example
Text Example
White with #C91732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91732; }
p { color: rgb(201,23,50); }
H1.HeaderClassName
{
color: #C91732;
}
.AnyTagClassName
{
color: #C91732;
}
</style>
background-color css
<style>
a { background-color: #C91732; }
a { background-color: rgb(201,23,50); }
div.DivClassName
{
background-color: #C91732;
}
.BgClassName
{
background-color: #C91732;
}
</style>
border-color css
<style>
span { border-color: #C91732; }
span { border-color: rgb(201,23,50); }
td.TdClassName
{
border-color: #C91732;
}
.TagClassName
{
border-color: #C91732;
}
</style>