Shades of Cardinal #CC1536
Tints of Cardinal #CC1536
RGB
CMYK
RGB Variations
Color information
#CC1536 (or 0xCC1536) is known color: Cardinal. HEX triplet: CC, 15 and 36. RGB value is (204,21,54). Sum of RGB (Red+Green+Blue) = 204+21+54=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1536 is #33EAC9. Grayscale: #4F4F4F. Windows color (decimal): -3402442 or 3544524. OLE color: 3544524.
HSL color Cylindrical-coordinate representation of color #CC1536: hue angle of 349.18º 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 #CC1536 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 54 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.2 |
| HSL | 349.18º | 0.81% | 0.44% | - |
| HSV(B) | 349.18º | 0.9% | 0.8% | - |
| XYZ | 25.84 | 13.64 | 4.76 | - |
| YUV | 79.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 54 | 0 | 0.90 | 0.74 | 0.2 | 349.18 | 0.81 | 0.44 |
| Hex | CC | 15 | 36 | 0 | 5A | 4A | 14 | 15D | 51 | 2C |
| Octal | 314 | 25 | 66 | 0 | 132 | 112 | 24 | 535 | 121 | 54 |
| Binary | 11001100 | 10101 | 110110 | 0 | 1011010 | 1001010 | 10100 | 101011101 | 1010001 | 101100 |
Color Harmonies of #CC1536
Complementary color
Monochromatic Colors of #CC1536
Black with #CC1536
Text Example
Text Example
White with #CC1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1536; }
p { color: rgb(204,21,54); }
H1.HeaderClassName
{
color: #CC1536;
}
.AnyTagClassName
{
color: #CC1536;
}
</style>
background-color css
<style>
a { background-color: #CC1536; }
a { background-color: rgb(204,21,54); }
div.DivClassName
{
background-color: #CC1536;
}
.BgClassName
{
background-color: #CC1536;
}
</style>
border-color css
<style>
span { border-color: #CC1536; }
span { border-color: rgb(204,21,54); }
td.TdClassName
{
border-color: #CC1536;
}
.TagClassName
{
border-color: #CC1536;
}
</style>