Shades of Cardinal #C91C2F
Tints of Cardinal #C91C2F
RGB
CMYK
RGB Variations
Color information
#C91C2F (or 0xC91C2F) is known color: Cardinal. HEX triplet: C9, 1C and 2F. RGB value is (201,28,47). Sum of RGB (Red+Green+Blue) = 201+28+47=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91C2F is #36E3D0. Grayscale: #515151. Windows color (decimal): -3597265 or 3087561. OLE color: 3087561.
HSL color Cylindrical-coordinate representation of color #C91C2F: hue angle of 353.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C2F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 47 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.21 |
| HSL | 353.41º | 0.76% | 0.45% | - |
| HSV(B) | 353.41º | 0.86% | 0.79% | - |
| XYZ | 25.02 | 13.45 | 3.97 | - |
| YUV | 81.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 47 | 0 | 0.86 | 0.77 | 0.21 | 353.41 | 0.76 | 0.45 |
| Hex | C9 | 1C | 2F | 0 | 56 | 4D | 15 | 161 | 4C | 2D |
| Octal | 311 | 34 | 57 | 0 | 126 | 115 | 25 | 541 | 114 | 55 |
| Binary | 11001001 | 11100 | 101111 | 0 | 1010110 | 1001101 | 10101 | 101100001 | 1001100 | 101101 |
Color Harmonies of #C91C2F
Complementary color
Monochromatic Colors of #C91C2F
Black with #C91C2F
Text Example
Text Example
White with #C91C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C2F; }
p { color: rgb(201,28,47); }
H1.HeaderClassName
{
color: #C91C2F;
}
.AnyTagClassName
{
color: #C91C2F;
}
</style>
background-color css
<style>
a { background-color: #C91C2F; }
a { background-color: rgb(201,28,47); }
div.DivClassName
{
background-color: #C91C2F;
}
.BgClassName
{
background-color: #C91C2F;
}
</style>
border-color css
<style>
span { border-color: #C91C2F; }
span { border-color: rgb(201,28,47); }
td.TdClassName
{
border-color: #C91C2F;
}
.TagClassName
{
border-color: #C91C2F;
}
</style>