Shades of Cardinal #CC153E
Tints of Cardinal #CC153E
RGB
CMYK
RGB Variations
Color information
#CC153E (or 0xCC153E) is known color: Cardinal. HEX triplet: CC, 15 and 3E. RGB value is (204,21,62). Sum of RGB (Red+Green+Blue) = 204+21+62=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC153E is #33EAC1. Grayscale: #505050. Windows color (decimal): -3402434 or 4068812. OLE color: 4068812.
HSL color Cylindrical-coordinate representation of color #CC153E: hue angle of 346.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC153E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 62 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.2 |
| HSL | 346.56º | 0.81% | 0.44% | - |
| HSV(B) | 346.56º | 0.9% | 0.8% | - |
| XYZ | 26.04 | 13.72 | 5.83 | - |
| YUV | 80.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 62 | 0 | 0.90 | 0.70 | 0.2 | 346.56 | 0.81 | 0.44 |
| Hex | CC | 15 | 3E | 0 | 5A | 46 | 14 | 15B | 51 | 2C |
| Octal | 314 | 25 | 76 | 0 | 132 | 106 | 24 | 533 | 121 | 54 |
| Binary | 11001100 | 10101 | 111110 | 0 | 1011010 | 1000110 | 10100 | 101011011 | 1010001 | 101100 |
Color Harmonies of #CC153E
Complementary color
Monochromatic Colors of #CC153E
Black with #CC153E
Text Example
Text Example
White with #CC153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC153E; }
p { color: rgb(204,21,62); }
H1.HeaderClassName
{
color: #CC153E;
}
.AnyTagClassName
{
color: #CC153E;
}
</style>
background-color css
<style>
a { background-color: #CC153E; }
a { background-color: rgb(204,21,62); }
div.DivClassName
{
background-color: #CC153E;
}
.BgClassName
{
background-color: #CC153E;
}
</style>
border-color css
<style>
span { border-color: #CC153E; }
span { border-color: rgb(204,21,62); }
td.TdClassName
{
border-color: #CC153E;
}
.TagClassName
{
border-color: #CC153E;
}
</style>