Shades of Cardinal #C91B40
Tints of Cardinal #C91B40
RGB
CMYK
RGB Variations
Color information
#C91B40 (or 0xC91B40) is known color: Cardinal. HEX triplet: C9, 1B and 40. RGB value is (201,27,64). Sum of RGB (Red+Green+Blue) = 201+27+64=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B40 is #36E4BF. Grayscale: #535353. Windows color (decimal): -3597504 or 4201417. OLE color: 4201417.
HSL color Cylindrical-coordinate representation of color #C91B40: hue angle of 347.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91B40 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 64 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.21 |
| HSL | 347.24º | 0.76% | 0.45% | - |
| HSV(B) | 347.24º | 0.87% | 0.79% | - |
| XYZ | 25.4 | 13.57 | 6.13 | - |
| YUV | 83.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 64 | 0 | 0.87 | 0.68 | 0.21 | 347.24 | 0.76 | 0.45 |
| Hex | C9 | 1B | 40 | 0 | 57 | 44 | 15 | 15B | 4C | 2D |
| Octal | 311 | 33 | 100 | 0 | 127 | 104 | 25 | 533 | 114 | 55 |
| Binary | 11001001 | 11011 | 1000000 | 0 | 1010111 | 1000100 | 10101 | 101011011 | 1001100 | 101101 |
Color Harmonies of #C91B40
Complementary color
Monochromatic Colors of #C91B40
Black with #C91B40
Text Example
Text Example
White with #C91B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B40; }
p { color: rgb(201,27,64); }
H1.HeaderClassName
{
color: #C91B40;
}
.AnyTagClassName
{
color: #C91B40;
}
</style>
background-color css
<style>
a { background-color: #C91B40; }
a { background-color: rgb(201,27,64); }
div.DivClassName
{
background-color: #C91B40;
}
.BgClassName
{
background-color: #C91B40;
}
</style>
border-color css
<style>
span { border-color: #C91B40; }
span { border-color: rgb(201,27,64); }
td.TdClassName
{
border-color: #C91B40;
}
.TagClassName
{
border-color: #C91B40;
}
</style>