Shades of Cardinal #CC153C
Tints of Cardinal #CC153C
RGB
CMYK
RGB Variations
Color information
#CC153C (or 0xCC153C) is known color: Cardinal. HEX triplet: CC, 15 and 3C. RGB value is (204,21,60). Sum of RGB (Red+Green+Blue) = 204+21+60=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC153C is #33EAC3. Grayscale: #505050. Windows color (decimal): -3402436 or 3937740. OLE color: 3937740.
HSL color Cylindrical-coordinate representation of color #CC153C: hue angle of 347.21º 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 #CC153C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 60 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.2 |
| HSL | 347.21º | 0.81% | 0.44% | - |
| HSV(B) | 347.21º | 0.9% | 0.8% | - |
| XYZ | 25.99 | 13.7 | 5.55 | - |
| YUV | 80.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 60 | 0 | 0.90 | 0.71 | 0.2 | 347.21 | 0.81 | 0.44 |
| Hex | CC | 15 | 3C | 0 | 5A | 47 | 14 | 15B | 51 | 2C |
| Octal | 314 | 25 | 74 | 0 | 132 | 107 | 24 | 533 | 121 | 54 |
| Binary | 11001100 | 10101 | 111100 | 0 | 1011010 | 1000111 | 10100 | 101011011 | 1010001 | 101100 |
Color Harmonies of #CC153C
Complementary color
Monochromatic Colors of #CC153C
Black with #CC153C
Text Example
Text Example
White with #CC153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC153C; }
p { color: rgb(204,21,60); }
H1.HeaderClassName
{
color: #CC153C;
}
.AnyTagClassName
{
color: #CC153C;
}
</style>
background-color css
<style>
a { background-color: #CC153C; }
a { background-color: rgb(204,21,60); }
div.DivClassName
{
background-color: #CC153C;
}
.BgClassName
{
background-color: #CC153C;
}
</style>
border-color css
<style>
span { border-color: #CC153C; }
span { border-color: rgb(204,21,60); }
td.TdClassName
{
border-color: #CC153C;
}
.TagClassName
{
border-color: #CC153C;
}
</style>