Shades of Crimson #CC0439
Tints of Crimson #CC0439
RGB
CMYK
RGB Variations
Color information
#CC0439 (or 0xCC0439) is known color: Crimson. HEX triplet: CC, 04 and 39. RGB value is (204,4,57). Sum of RGB (Red+Green+Blue) = 204+4+57=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0439 is #33FBC6. Grayscale: #454545. Windows color (decimal): -3406791 or 3736780. OLE color: 3736780.
HSL color Cylindrical-coordinate representation of color #CC0439: hue angle of 344.1º degrees, saturation: 0.96, 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 #CC0439 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.2 |
| HSL | 344.1º | 0.96% | 0.41% | - |
| HSV(B) | 344.1º | 0.98% | 0.8% | - |
| XYZ | 25.68 | 13.22 | 5.07 | - |
| YUV | 69.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 57 | 0 | 0.98 | 0.72 | 0.2 | 344.1 | 0.96 | 0.41 |
| Hex | CC | 4 | 39 | 0 | 62 | 48 | 14 | 158 | 60 | 29 |
| Octal | 314 | 4 | 71 | 0 | 142 | 110 | 24 | 530 | 140 | 51 |
| Binary | 11001100 | 100 | 111001 | 0 | 1100010 | 1001000 | 10100 | 101011000 | 1100000 | 101001 |
Color Harmonies of #CC0439
Complementary color
Monochromatic Colors of #CC0439
Black with #CC0439
Text Example
Text Example
White with #CC0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0439; }
p { color: rgb(204,4,57); }
H1.HeaderClassName
{
color: #CC0439;
}
.AnyTagClassName
{
color: #CC0439;
}
</style>
background-color css
<style>
a { background-color: #CC0439; }
a { background-color: rgb(204,4,57); }
div.DivClassName
{
background-color: #CC0439;
}
.BgClassName
{
background-color: #CC0439;
}
</style>
border-color css
<style>
span { border-color: #CC0439; }
span { border-color: rgb(204,4,57); }
td.TdClassName
{
border-color: #CC0439;
}
.TagClassName
{
border-color: #CC0439;
}
</style>