Shades of Cardinal #C90935
Tints of Cardinal #C90935
RGB
CMYK
RGB Variations
Color information
#C90935 (or 0xC90935) is known color: Cardinal. HEX triplet: C9, 09 and 35. RGB value is (201,9,53). Sum of RGB (Red+Green+Blue) = 201+9+53=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C90935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90935 is #36F6CA. Grayscale: #474747. Windows color (decimal): -3602123 or 3475913. OLE color: 3475913.
HSL color Cylindrical-coordinate representation of color #C90935: hue angle of 346.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90935 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.21 |
| HSL | 346.25º | 0.91% | 0.41% | - |
| HSV(B) | 346.25º | 0.96% | 0.79% | - |
| XYZ | 24.83 | 12.87 | 4.54 | - |
| YUV | 71.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 53 | 0 | 0.96 | 0.74 | 0.21 | 346.25 | 0.91 | 0.41 |
| Hex | C9 | 9 | 35 | 0 | 60 | 4A | 15 | 15A | 5B | 29 |
| Octal | 311 | 11 | 65 | 0 | 140 | 112 | 25 | 532 | 133 | 51 |
| Binary | 11001001 | 1001 | 110101 | 0 | 1100000 | 1001010 | 10101 | 101011010 | 1011011 | 101001 |
Color Harmonies of #C90935
Complementary color
Monochromatic Colors of #C90935
Black with #C90935
Text Example
Text Example
White with #C90935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90935; }
p { color: rgb(201,9,53); }
H1.HeaderClassName
{
color: #C90935;
}
.AnyTagClassName
{
color: #C90935;
}
</style>
background-color css
<style>
a { background-color: #C90935; }
a { background-color: rgb(201,9,53); }
div.DivClassName
{
background-color: #C90935;
}
.BgClassName
{
background-color: #C90935;
}
</style>
border-color css
<style>
span { border-color: #C90935; }
span { border-color: rgb(201,9,53); }
td.TdClassName
{
border-color: #C90935;
}
.TagClassName
{
border-color: #C90935;
}
</style>