Shades of Cardinal #CC1539
Tints of Cardinal #CC1539
RGB
CMYK
RGB Variations
Color information
#CC1539 (or 0xCC1539) is known color: Cardinal. HEX triplet: CC, 15 and 39. RGB value is (204,21,57). Sum of RGB (Red+Green+Blue) = 204+21+57=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1539 is #33EAC6. Grayscale: #4F4F4F. Windows color (decimal): -3402439 or 3741132. OLE color: 3741132.
HSL color Cylindrical-coordinate representation of color #CC1539: hue angle of 348.2º 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 #CC1539 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.2 |
| HSL | 348.2º | 0.81% | 0.44% | - |
| HSV(B) | 348.2º | 0.9% | 0.8% | - |
| XYZ | 25.91 | 13.67 | 5.14 | - |
| YUV | 79.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 57 | 0 | 0.90 | 0.72 | 0.2 | 348.2 | 0.81 | 0.44 |
| Hex | CC | 15 | 39 | 0 | 5A | 48 | 14 | 15C | 51 | 2C |
| Octal | 314 | 25 | 71 | 0 | 132 | 110 | 24 | 534 | 121 | 54 |
| Binary | 11001100 | 10101 | 111001 | 0 | 1011010 | 1001000 | 10100 | 101011100 | 1010001 | 101100 |
Color Harmonies of #CC1539
Complementary color
Monochromatic Colors of #CC1539
Black with #CC1539
Text Example
Text Example
White with #CC1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1539; }
p { color: rgb(204,21,57); }
H1.HeaderClassName
{
color: #CC1539;
}
.AnyTagClassName
{
color: #CC1539;
}
</style>
background-color css
<style>
a { background-color: #CC1539; }
a { background-color: rgb(204,21,57); }
div.DivClassName
{
background-color: #CC1539;
}
.BgClassName
{
background-color: #CC1539;
}
</style>
border-color css
<style>
span { border-color: #CC1539; }
span { border-color: rgb(204,21,57); }
td.TdClassName
{
border-color: #CC1539;
}
.TagClassName
{
border-color: #CC1539;
}
</style>