Shades of Cardinal #C9223C
Tints of Cardinal #C9223C
RGB
CMYK
RGB Variations
Color information
#C9223C (or 0xC9223C) is known color: Cardinal. HEX triplet: C9, 22 and 3C. RGB value is (201,34,60). Sum of RGB (Red+Green+Blue) = 201+34+60=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9223C is #36DDC3. Grayscale: #565656. Windows color (decimal): -3595716 or 3941065. OLE color: 3941065.
HSL color Cylindrical-coordinate representation of color #C9223C: hue angle of 350.66º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9223C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 60 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.21 |
| HSL | 350.66º | 0.71% | 0.46% | - |
| HSV(B) | 350.66º | 0.83% | 0.79% | - |
| XYZ | 25.48 | 13.89 | 5.61 | - |
| YUV | 86.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 60 | 0 | 0.83 | 0.70 | 0.21 | 350.66 | 0.71 | 0.46 |
| Hex | C9 | 22 | 3C | 0 | 53 | 46 | 15 | 15F | 47 | 2E |
| Octal | 311 | 42 | 74 | 0 | 123 | 106 | 25 | 537 | 107 | 56 |
| Binary | 11001001 | 100010 | 111100 | 0 | 1010011 | 1000110 | 10101 | 101011111 | 1000111 | 101110 |
Color Harmonies of #C9223C
Complementary color
Monochromatic Colors of #C9223C
Black with #C9223C
Text Example
Text Example
White with #C9223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9223C; }
p { color: rgb(201,34,60); }
H1.HeaderClassName
{
color: #C9223C;
}
.AnyTagClassName
{
color: #C9223C;
}
</style>
background-color css
<style>
a { background-color: #C9223C; }
a { background-color: rgb(201,34,60); }
div.DivClassName
{
background-color: #C9223C;
}
.BgClassName
{
background-color: #C9223C;
}
</style>
border-color css
<style>
span { border-color: #C9223C; }
span { border-color: rgb(201,34,60); }
td.TdClassName
{
border-color: #C9223C;
}
.TagClassName
{
border-color: #C9223C;
}
</style>