Shades of Cardinal #C9133C
Tints of Cardinal #C9133C
RGB
CMYK
RGB Variations
Color information
#C9133C (or 0xC9133C) is known color: Cardinal. HEX triplet: C9, 13 and 3C. RGB value is (201,19,60). Sum of RGB (Red+Green+Blue) = 201+19+60=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9133C is #36ECC3. Grayscale: #4E4E4E. Windows color (decimal): -3599556 or 3937225. OLE color: 3937225.
HSL color Cylindrical-coordinate representation of color #C9133C: hue angle of 346.48º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9133C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.21 |
| HSL | 346.48º | 0.83% | 0.43% | - |
| HSV(B) | 346.48º | 0.91% | 0.79% | - |
| XYZ | 25.14 | 13.21 | 5.5 | - |
| YUV | 78.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 60 | 0 | 0.91 | 0.70 | 0.21 | 346.48 | 0.83 | 0.43 |
| Hex | C9 | 13 | 3C | 0 | 5B | 46 | 15 | 15A | 53 | 2B |
| Octal | 311 | 23 | 74 | 0 | 133 | 106 | 25 | 532 | 123 | 53 |
| Binary | 11001001 | 10011 | 111100 | 0 | 1011011 | 1000110 | 10101 | 101011010 | 1010011 | 101011 |
Color Harmonies of #C9133C
Complementary color
Monochromatic Colors of #C9133C
Black with #C9133C
Text Example
Text Example
White with #C9133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9133C; }
p { color: rgb(201,19,60); }
H1.HeaderClassName
{
color: #C9133C;
}
.AnyTagClassName
{
color: #C9133C;
}
</style>
background-color css
<style>
a { background-color: #C9133C; }
a { background-color: rgb(201,19,60); }
div.DivClassName
{
background-color: #C9133C;
}
.BgClassName
{
background-color: #C9133C;
}
</style>
border-color css
<style>
span { border-color: #C9133C; }
span { border-color: rgb(201,19,60); }
td.TdClassName
{
border-color: #C9133C;
}
.TagClassName
{
border-color: #C9133C;
}
</style>