Shades of Cardinal #CC153F
Tints of Cardinal #CC153F
RGB
CMYK
RGB Variations
Color information
#CC153F (or 0xCC153F) is known color: Cardinal. HEX triplet: CC, 15 and 3F. RGB value is (204,21,63). Sum of RGB (Red+Green+Blue) = 204+21+63=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC153F is #33EAC0. Grayscale: #505050. Windows color (decimal): -3402433 or 4134348. OLE color: 4134348.
HSL color Cylindrical-coordinate representation of color #CC153F: hue angle of 346.23º 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 #CC153F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 63 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.2 |
| HSL | 346.23º | 0.81% | 0.44% | - |
| HSV(B) | 346.23º | 0.9% | 0.8% | - |
| XYZ | 26.07 | 13.73 | 5.98 | - |
| YUV | 80.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 63 | 0 | 0.90 | 0.69 | 0.2 | 346.23 | 0.81 | 0.44 |
| Hex | CC | 15 | 3F | 0 | 5A | 45 | 14 | 15A | 51 | 2C |
| Octal | 314 | 25 | 77 | 0 | 132 | 105 | 24 | 532 | 121 | 54 |
| Binary | 11001100 | 10101 | 111111 | 0 | 1011010 | 1000101 | 10100 | 101011010 | 1010001 | 101100 |
Color Harmonies of #CC153F
Complementary color
Monochromatic Colors of #CC153F
Black with #CC153F
Text Example
Text Example
White with #CC153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC153F; }
p { color: rgb(204,21,63); }
H1.HeaderClassName
{
color: #CC153F;
}
.AnyTagClassName
{
color: #CC153F;
}
</style>
background-color css
<style>
a { background-color: #CC153F; }
a { background-color: rgb(204,21,63); }
div.DivClassName
{
background-color: #CC153F;
}
.BgClassName
{
background-color: #CC153F;
}
</style>
border-color css
<style>
span { border-color: #CC153F; }
span { border-color: rgb(204,21,63); }
td.TdClassName
{
border-color: #CC153F;
}
.TagClassName
{
border-color: #CC153F;
}
</style>