Shades of Crimson #CC0539
Tints of Crimson #CC0539
RGB
CMYK
RGB Variations
Color information
#CC0539 (or 0xCC0539) is known color: Crimson. HEX triplet: CC, 05 and 39. RGB value is (204,5,57). Sum of RGB (Red+Green+Blue) = 204+5+57=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0539 is #33FAC6. Grayscale: #464646. Windows color (decimal): -3406535 or 3737036. OLE color: 3737036.
HSL color Cylindrical-coordinate representation of color #CC0539: hue angle of 344.32º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0539 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.2 |
| HSL | 344.32º | 0.95% | 0.41% | - |
| HSV(B) | 344.32º | 0.98% | 0.8% | - |
| XYZ | 25.69 | 13.24 | 5.07 | - |
| YUV | 70.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 57 | 0 | 0.98 | 0.72 | 0.2 | 344.32 | 0.95 | 0.41 |
| Hex | CC | 5 | 39 | 0 | 62 | 48 | 14 | 158 | 5F | 29 |
| Octal | 314 | 5 | 71 | 0 | 142 | 110 | 24 | 530 | 137 | 51 |
| Binary | 11001100 | 101 | 111001 | 0 | 1100010 | 1001000 | 10100 | 101011000 | 1011111 | 101001 |
Color Harmonies of #CC0539
Complementary color
Monochromatic Colors of #CC0539
Black with #CC0539
Text Example
Text Example
White with #CC0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0539; }
p { color: rgb(204,5,57); }
H1.HeaderClassName
{
color: #CC0539;
}
.AnyTagClassName
{
color: #CC0539;
}
</style>
background-color css
<style>
a { background-color: #CC0539; }
a { background-color: rgb(204,5,57); }
div.DivClassName
{
background-color: #CC0539;
}
.BgClassName
{
background-color: #CC0539;
}
</style>
border-color css
<style>
span { border-color: #CC0539; }
span { border-color: rgb(204,5,57); }
td.TdClassName
{
border-color: #CC0539;
}
.TagClassName
{
border-color: #CC0539;
}
</style>