Shades of Crimson #CC0440
Tints of Crimson #CC0440
RGB
CMYK
RGB Variations
Color information
#CC0440 (or 0xCC0440) is known color: Crimson. HEX triplet: CC, 04 and 40. RGB value is (204,4,64). Sum of RGB (Red+Green+Blue) = 204+4+64=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0440 is #33FBBF. Grayscale: #464646. Windows color (decimal): -3406784 or 4195532. OLE color: 4195532.
HSL color Cylindrical-coordinate representation of color #CC0440: hue angle of 342º 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 #CC0440 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.2 |
| HSL | 342º | 0.96% | 0.41% | - |
| HSV(B) | 342º | 0.98% | 0.8% | - |
| XYZ | 25.87 | 13.29 | 6.05 | - |
| YUV | 70.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 64 | 0 | 0.98 | 0.69 | 0.2 | 342 | 0.96 | 0.41 |
| Hex | CC | 4 | 40 | 0 | 62 | 45 | 14 | 156 | 60 | 29 |
| Octal | 314 | 4 | 100 | 0 | 142 | 105 | 24 | 526 | 140 | 51 |
| Binary | 11001100 | 100 | 1000000 | 0 | 1100010 | 1000101 | 10100 | 101010110 | 1100000 | 101001 |
Color Harmonies of #CC0440
Complementary color
Monochromatic Colors of #CC0440
Black with #CC0440
Text Example
Text Example
White with #CC0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0440; }
p { color: rgb(204,4,64); }
H1.HeaderClassName
{
color: #CC0440;
}
.AnyTagClassName
{
color: #CC0440;
}
</style>
background-color css
<style>
a { background-color: #CC0440; }
a { background-color: rgb(204,4,64); }
div.DivClassName
{
background-color: #CC0440;
}
.BgClassName
{
background-color: #CC0440;
}
</style>
border-color css
<style>
span { border-color: #CC0440; }
span { border-color: rgb(204,4,64); }
td.TdClassName
{
border-color: #CC0440;
}
.TagClassName
{
border-color: #CC0440;
}
</style>