Shades of Cardinal #C91B34
Tints of Cardinal #C91B34
RGB
CMYK
RGB Variations
Color information
#C91B34 (or 0xC91B34) is known color: Cardinal. HEX triplet: C9, 1B and 34. RGB value is (201,27,52). Sum of RGB (Red+Green+Blue) = 201+27+52=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B34 is #36E4CB. Grayscale: #515151. Windows color (decimal): -3597516 or 3414985. OLE color: 3414985.
HSL color Cylindrical-coordinate representation of color #C91B34: hue angle of 351.38º 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 #C91B34 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 52 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.21 |
| HSL | 351.38º | 0.76% | 0.45% | - |
| HSV(B) | 351.38º | 0.87% | 0.79% | - |
| XYZ | 25.1 | 13.45 | 4.52 | - |
| YUV | 81.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 52 | 0 | 0.87 | 0.74 | 0.21 | 351.38 | 0.76 | 0.45 |
| Hex | C9 | 1B | 34 | 0 | 57 | 4A | 15 | 15F | 4C | 2D |
| Octal | 311 | 33 | 64 | 0 | 127 | 112 | 25 | 537 | 114 | 55 |
| Binary | 11001001 | 11011 | 110100 | 0 | 1010111 | 1001010 | 10101 | 101011111 | 1001100 | 101101 |
Color Harmonies of #C91B34
Complementary color
Monochromatic Colors of #C91B34
Black with #C91B34
Text Example
Text Example
White with #C91B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B34; }
p { color: rgb(201,27,52); }
H1.HeaderClassName
{
color: #C91B34;
}
.AnyTagClassName
{
color: #C91B34;
}
</style>
background-color css
<style>
a { background-color: #C91B34; }
a { background-color: rgb(201,27,52); }
div.DivClassName
{
background-color: #C91B34;
}
.BgClassName
{
background-color: #C91B34;
}
</style>
border-color css
<style>
span { border-color: #C91B34; }
span { border-color: rgb(201,27,52); }
td.TdClassName
{
border-color: #C91B34;
}
.TagClassName
{
border-color: #C91B34;
}
</style>