Shades of Cardinal #C90E35
Tints of Cardinal #C90E35
RGB
CMYK
RGB Variations
Color information
#C90E35 (or 0xC90E35) is known color: Cardinal. HEX triplet: C9, 0E and 35. RGB value is (201,14,53). Sum of RGB (Red+Green+Blue) = 201+14+53=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E35 is #36F1CA. Grayscale: #4A4A4A. Windows color (decimal): -3600843 or 3477193. OLE color: 3477193.
HSL color Cylindrical-coordinate representation of color #C90E35: hue angle of 347.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E35 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 53 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.21 |
| HSL | 347.49º | 0.87% | 0.42% | - |
| HSV(B) | 347.49º | 0.93% | 0.79% | - |
| XYZ | 24.89 | 12.99 | 4.56 | - |
| YUV | 74.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 53 | 0 | 0.93 | 0.74 | 0.21 | 347.49 | 0.87 | 0.42 |
| Hex | C9 | E | 35 | 0 | 5D | 4A | 15 | 15B | 57 | 2A |
| Octal | 311 | 16 | 65 | 0 | 135 | 112 | 25 | 533 | 127 | 52 |
| Binary | 11001001 | 1110 | 110101 | 0 | 1011101 | 1001010 | 10101 | 101011011 | 1010111 | 101010 |
Color Harmonies of #C90E35
Complementary color
Monochromatic Colors of #C90E35
Black with #C90E35
Text Example
Text Example
White with #C90E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E35; }
p { color: rgb(201,14,53); }
H1.HeaderClassName
{
color: #C90E35;
}
.AnyTagClassName
{
color: #C90E35;
}
</style>
background-color css
<style>
a { background-color: #C90E35; }
a { background-color: rgb(201,14,53); }
div.DivClassName
{
background-color: #C90E35;
}
.BgClassName
{
background-color: #C90E35;
}
</style>
border-color css
<style>
span { border-color: #C90E35; }
span { border-color: rgb(201,14,53); }
td.TdClassName
{
border-color: #C90E35;
}
.TagClassName
{
border-color: #C90E35;
}
</style>