Shades of Cardinal #C91E3E
Tints of Cardinal #C91E3E
RGB
CMYK
RGB Variations
Color information
#C91E3E (or 0xC91E3E) is known color: Cardinal. HEX triplet: C9, 1E and 3E. RGB value is (201,30,62). Sum of RGB (Red+Green+Blue) = 201+30+62=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E3E is #36E1C1. Grayscale: #545454. Windows color (decimal): -3596738 or 4071113. OLE color: 4071113.
HSL color Cylindrical-coordinate representation of color #C91E3E: hue angle of 348.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E3E is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 62 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.21 |
| HSL | 348.77º | 0.74% | 0.45% | - |
| HSV(B) | 348.77º | 0.85% | 0.79% | - |
| XYZ | 25.42 | 13.69 | 5.86 | - |
| YUV | 84.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 62 | 0 | 0.85 | 0.69 | 0.21 | 348.77 | 0.74 | 0.45 |
| Hex | C9 | 1E | 3E | 0 | 55 | 45 | 15 | 15D | 4A | 2D |
| Octal | 311 | 36 | 76 | 0 | 125 | 105 | 25 | 535 | 112 | 55 |
| Binary | 11001001 | 11110 | 111110 | 0 | 1010101 | 1000101 | 10101 | 101011101 | 1001010 | 101101 |
Color Harmonies of #C91E3E
Complementary color
Monochromatic Colors of #C91E3E
Black with #C91E3E
Text Example
Text Example
White with #C91E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E3E; }
p { color: rgb(201,30,62); }
H1.HeaderClassName
{
color: #C91E3E;
}
.AnyTagClassName
{
color: #C91E3E;
}
</style>
background-color css
<style>
a { background-color: #C91E3E; }
a { background-color: rgb(201,30,62); }
div.DivClassName
{
background-color: #C91E3E;
}
.BgClassName
{
background-color: #C91E3E;
}
</style>
border-color css
<style>
span { border-color: #C91E3E; }
span { border-color: rgb(201,30,62); }
td.TdClassName
{
border-color: #C91E3E;
}
.TagClassName
{
border-color: #C91E3E;
}
</style>