Shades of Cardinal #CC1534
Tints of Cardinal #CC1534
RGB
CMYK
RGB Variations
Color information
#CC1534 (or 0xCC1534) is known color: Cardinal. HEX triplet: CC, 15 and 34. RGB value is (204,21,52). Sum of RGB (Red+Green+Blue) = 204+21+52=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1534 is #33EACB. Grayscale: #4F4F4F. Windows color (decimal): -3402444 or 3413452. OLE color: 3413452.
HSL color Cylindrical-coordinate representation of color #CC1534: hue angle of 349.84º 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 #CC1534 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 52 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.2 |
| HSL | 349.84º | 0.81% | 0.44% | - |
| HSV(B) | 349.84º | 0.9% | 0.8% | - |
| XYZ | 25.79 | 13.62 | 4.52 | - |
| YUV | 79.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 52 | 0 | 0.90 | 0.75 | 0.2 | 349.84 | 0.81 | 0.44 |
| Hex | CC | 15 | 34 | 0 | 5A | 4B | 14 | 15E | 51 | 2C |
| Octal | 314 | 25 | 64 | 0 | 132 | 113 | 24 | 536 | 121 | 54 |
| Binary | 11001100 | 10101 | 110100 | 0 | 1011010 | 1001011 | 10100 | 101011110 | 1010001 | 101100 |
Color Harmonies of #CC1534
Complementary color
Monochromatic Colors of #CC1534
Black with #CC1534
Text Example
Text Example
White with #CC1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1534; }
p { color: rgb(204,21,52); }
H1.HeaderClassName
{
color: #CC1534;
}
.AnyTagClassName
{
color: #CC1534;
}
</style>
background-color css
<style>
a { background-color: #CC1534; }
a { background-color: rgb(204,21,52); }
div.DivClassName
{
background-color: #CC1534;
}
.BgClassName
{
background-color: #CC1534;
}
</style>
border-color css
<style>
span { border-color: #CC1534; }
span { border-color: rgb(204,21,52); }
td.TdClassName
{
border-color: #CC1534;
}
.TagClassName
{
border-color: #CC1534;
}
</style>