Shades of Crimson #CC0240
Tints of Crimson #CC0240
RGB
CMYK
RGB Variations
Color information
#CC0240 (or 0xCC0240) is known color: Crimson. HEX triplet: CC, 02 and 40. RGB value is (204,2,64). Sum of RGB (Red+Green+Blue) = 204+2+64=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0240 is #33FDBF. Grayscale: #454545. Windows color (decimal): -3407296 or 4195020. OLE color: 4195020.
HSL color Cylindrical-coordinate representation of color #CC0240: hue angle of 341.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0240 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.2 |
| HSL | 341.58º | 0.98% | 0.4% | - |
| HSV(B) | 341.58º | 0.99% | 0.8% | - |
| XYZ | 25.85 | 13.25 | 6.05 | - |
| YUV | 69.47 | 124.92 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 64 | 0 | 0.99 | 0.69 | 0.2 | 341.58 | 0.98 | 0.4 |
| Hex | CC | 2 | 40 | 0 | 63 | 45 | 14 | 156 | 62 | 28 |
| Octal | 314 | 2 | 100 | 0 | 143 | 105 | 24 | 526 | 142 | 50 |
| Binary | 11001100 | 10 | 1000000 | 0 | 1100011 | 1000101 | 10100 | 101010110 | 1100010 | 101000 |
Color Harmonies of #CC0240
Complementary color
Monochromatic Colors of #CC0240
Black with #CC0240
Text Example
Text Example
White with #CC0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0240; }
p { color: rgb(204,2,64); }
H1.HeaderClassName
{
color: #CC0240;
}
.AnyTagClassName
{
color: #CC0240;
}
</style>
background-color css
<style>
a { background-color: #CC0240; }
a { background-color: rgb(204,2,64); }
div.DivClassName
{
background-color: #CC0240;
}
.BgClassName
{
background-color: #CC0240;
}
</style>
border-color css
<style>
span { border-color: #CC0240; }
span { border-color: rgb(204,2,64); }
td.TdClassName
{
border-color: #CC0240;
}
.TagClassName
{
border-color: #CC0240;
}
</style>