Shades of Cardinal #C90936
Tints of Cardinal #C90936
RGB
CMYK
RGB Variations
Color information
#C90936 (or 0xC90936) is known color: Cardinal. HEX triplet: C9, 09 and 36. RGB value is (201,9,54). Sum of RGB (Red+Green+Blue) = 201+9+54=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C90936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90936 is #36F6C9. Grayscale: #474747. Windows color (decimal): -3602122 or 3541449. OLE color: 3541449.
HSL color Cylindrical-coordinate representation of color #C90936: hue angle of 345.94º 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 #C90936 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 54 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.21 |
| HSL | 345.94º | 0.91% | 0.41% | - |
| HSV(B) | 345.94º | 0.96% | 0.79% | - |
| XYZ | 24.85 | 12.88 | 4.67 | - |
| YUV | 71.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 54 | 0 | 0.96 | 0.73 | 0.21 | 345.94 | 0.91 | 0.41 |
| Hex | C9 | 9 | 36 | 0 | 60 | 49 | 15 | 15A | 5B | 29 |
| Octal | 311 | 11 | 66 | 0 | 140 | 111 | 25 | 532 | 133 | 51 |
| Binary | 11001001 | 1001 | 110110 | 0 | 1100000 | 1001001 | 10101 | 101011010 | 1011011 | 101001 |
Color Harmonies of #C90936
Complementary color
Monochromatic Colors of #C90936
Black with #C90936
Text Example
Text Example
White with #C90936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90936; }
p { color: rgb(201,9,54); }
H1.HeaderClassName
{
color: #C90936;
}
.AnyTagClassName
{
color: #C90936;
}
</style>
background-color css
<style>
a { background-color: #C90936; }
a { background-color: rgb(201,9,54); }
div.DivClassName
{
background-color: #C90936;
}
.BgClassName
{
background-color: #C90936;
}
</style>
border-color css
<style>
span { border-color: #C90936; }
span { border-color: rgb(201,9,54); }
td.TdClassName
{
border-color: #C90936;
}
.TagClassName
{
border-color: #C90936;
}
</style>