Shades of Cardinal #C90C35
Tints of Cardinal #C90C35
RGB
CMYK
RGB Variations
Color information
#C90C35 (or 0xC90C35) is known color: Cardinal. HEX triplet: C9, 0C and 35. RGB value is (201,12,53). Sum of RGB (Red+Green+Blue) = 201+12+53=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C35 is #36F3CA. Grayscale: #494949. Windows color (decimal): -3601355 or 3476681. OLE color: 3476681.
HSL color Cylindrical-coordinate representation of color #C90C35: hue angle of 346.98º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C35 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 53 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.21 |
| HSL | 346.98º | 0.89% | 0.42% | - |
| HSV(B) | 346.98º | 0.94% | 0.79% | - |
| XYZ | 24.86 | 12.94 | 4.56 | - |
| YUV | 73.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 53 | 0 | 0.94 | 0.74 | 0.21 | 346.98 | 0.89 | 0.42 |
| Hex | C9 | C | 35 | 0 | 5E | 4A | 15 | 15B | 59 | 2A |
| Octal | 311 | 14 | 65 | 0 | 136 | 112 | 25 | 533 | 131 | 52 |
| Binary | 11001001 | 1100 | 110101 | 0 | 1011110 | 1001010 | 10101 | 101011011 | 1011001 | 101010 |
Color Harmonies of #C90C35
Complementary color
Monochromatic Colors of #C90C35
Black with #C90C35
Text Example
Text Example
White with #C90C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C35; }
p { color: rgb(201,12,53); }
H1.HeaderClassName
{
color: #C90C35;
}
.AnyTagClassName
{
color: #C90C35;
}
</style>
background-color css
<style>
a { background-color: #C90C35; }
a { background-color: rgb(201,12,53); }
div.DivClassName
{
background-color: #C90C35;
}
.BgClassName
{
background-color: #C90C35;
}
</style>
border-color css
<style>
span { border-color: #C90C35; }
span { border-color: rgb(201,12,53); }
td.TdClassName
{
border-color: #C90C35;
}
.TagClassName
{
border-color: #C90C35;
}
</style>