Shades of Cardinal #C91B2F
Tints of Cardinal #C91B2F
RGB
CMYK
RGB Variations
Color information
#C91B2F (or 0xC91B2F) is known color: Cardinal. HEX triplet: C9, 1B and 2F. RGB value is (201,27,47). Sum of RGB (Red+Green+Blue) = 201+27+47=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B2F is #36E4D0. Grayscale: #515151. Windows color (decimal): -3597521 or 3087305. OLE color: 3087305.
HSL color Cylindrical-coordinate representation of color #C91B2F: hue angle of 353.1º 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 #C91B2F is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 47 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.21 |
| HSL | 353.1º | 0.76% | 0.45% | - |
| HSV(B) | 353.1º | 0.87% | 0.79% | - |
| XYZ | 24.99 | 13.41 | 3.96 | - |
| YUV | 81.31 | 108.65 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 47 | 0 | 0.87 | 0.77 | 0.21 | 353.1 | 0.76 | 0.45 |
| Hex | C9 | 1B | 2F | 0 | 57 | 4D | 15 | 161 | 4C | 2D |
| Octal | 311 | 33 | 57 | 0 | 127 | 115 | 25 | 541 | 114 | 55 |
| Binary | 11001001 | 11011 | 101111 | 0 | 1010111 | 1001101 | 10101 | 101100001 | 1001100 | 101101 |
Color Harmonies of #C91B2F
Complementary color
Monochromatic Colors of #C91B2F
Black with #C91B2F
Text Example
Text Example
White with #C91B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B2F; }
p { color: rgb(201,27,47); }
H1.HeaderClassName
{
color: #C91B2F;
}
.AnyTagClassName
{
color: #C91B2F;
}
</style>
background-color css
<style>
a { background-color: #C91B2F; }
a { background-color: rgb(201,27,47); }
div.DivClassName
{
background-color: #C91B2F;
}
.BgClassName
{
background-color: #C91B2F;
}
</style>
border-color css
<style>
span { border-color: #C91B2F; }
span { border-color: rgb(201,27,47); }
td.TdClassName
{
border-color: #C91B2F;
}
.TagClassName
{
border-color: #C91B2F;
}
</style>