Shades of Cardinal #CC152F
Tints of Cardinal #CC152F
RGB
CMYK
RGB Variations
Color information
#CC152F (or 0xCC152F) is known color: Cardinal. HEX triplet: CC, 15 and 2F. RGB value is (204,21,47). Sum of RGB (Red+Green+Blue) = 204+21+47=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC152F is #33EAD0. Grayscale: #4E4E4E. Windows color (decimal): -3402449 or 3085772. OLE color: 3085772.
HSL color Cylindrical-coordinate representation of color #CC152F: hue angle of 351.48º 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 #CC152F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 47 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.2 |
| HSL | 351.48º | 0.81% | 0.44% | - |
| HSV(B) | 351.48º | 0.9% | 0.8% | - |
| XYZ | 25.68 | 13.58 | 3.96 | - |
| YUV | 78.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 47 | 0 | 0.90 | 0.77 | 0.2 | 351.48 | 0.81 | 0.44 |
| Hex | CC | 15 | 2F | 0 | 5A | 4D | 14 | 15F | 51 | 2C |
| Octal | 314 | 25 | 57 | 0 | 132 | 115 | 24 | 537 | 121 | 54 |
| Binary | 11001100 | 10101 | 101111 | 0 | 1011010 | 1001101 | 10100 | 101011111 | 1010001 | 101100 |
Color Harmonies of #CC152F
Complementary color
Monochromatic Colors of #CC152F
Black with #CC152F
Text Example
Text Example
White with #CC152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC152F; }
p { color: rgb(204,21,47); }
H1.HeaderClassName
{
color: #CC152F;
}
.AnyTagClassName
{
color: #CC152F;
}
</style>
background-color css
<style>
a { background-color: #CC152F; }
a { background-color: rgb(204,21,47); }
div.DivClassName
{
background-color: #CC152F;
}
.BgClassName
{
background-color: #CC152F;
}
</style>
border-color css
<style>
span { border-color: #CC152F; }
span { border-color: rgb(204,21,47); }
td.TdClassName
{
border-color: #CC152F;
}
.TagClassName
{
border-color: #CC152F;
}
</style>