Shades of Crimson #CC0F40
Tints of Crimson #CC0F40
RGB
CMYK
RGB Variations
Color information
#CC0F40 (or 0xCC0F40) is known color: Crimson. HEX triplet: CC, 0F and 40. RGB value is (204,15,64). Sum of RGB (Red+Green+Blue) = 204+15+64=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0F40 is #33F0BF. Grayscale: #4D4D4D. Windows color (decimal): -3403968 or 4198348. OLE color: 4198348.
HSL color Cylindrical-coordinate representation of color #CC0F40: hue angle of 344.44º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F40 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 64 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.2 |
| HSL | 344.44º | 0.86% | 0.43% | - |
| HSV(B) | 344.44º | 0.93% | 0.8% | - |
| XYZ | 26 | 13.55 | 6.1 | - |
| YUV | 77.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 64 | 0 | 0.93 | 0.69 | 0.2 | 344.44 | 0.86 | 0.43 |
| Hex | CC | F | 40 | 0 | 5D | 45 | 14 | 158 | 56 | 2B |
| Octal | 314 | 17 | 100 | 0 | 135 | 105 | 24 | 530 | 126 | 53 |
| Binary | 11001100 | 1111 | 1000000 | 0 | 1011101 | 1000101 | 10100 | 101011000 | 1010110 | 101011 |
Color Harmonies of #CC0F40
Complementary color
Monochromatic Colors of #CC0F40
Black with #CC0F40
Text Example
Text Example
White with #CC0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F40; }
p { color: rgb(204,15,64); }
H1.HeaderClassName
{
color: #CC0F40;
}
.AnyTagClassName
{
color: #CC0F40;
}
</style>
background-color css
<style>
a { background-color: #CC0F40; }
a { background-color: rgb(204,15,64); }
div.DivClassName
{
background-color: #CC0F40;
}
.BgClassName
{
background-color: #CC0F40;
}
</style>
border-color css
<style>
span { border-color: #CC0F40; }
span { border-color: rgb(204,15,64); }
td.TdClassName
{
border-color: #CC0F40;
}
.TagClassName
{
border-color: #CC0F40;
}
</style>