Shades of Crimson #CC043E
Tints of Crimson #CC043E
RGB
CMYK
RGB Variations
Color information
#CC043E (or 0xCC043E) is known color: Crimson. HEX triplet: CC, 04 and 3E. RGB value is (204,4,62). Sum of RGB (Red+Green+Blue) = 204+4+62=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC043E is #33FBC1. Grayscale: #464646. Windows color (decimal): -3406786 or 4064460. OLE color: 4064460.
HSL color Cylindrical-coordinate representation of color #CC043E: hue angle of 342.6º 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 #CC043E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.2 |
| HSL | 342.6º | 0.96% | 0.41% | - |
| HSV(B) | 342.6º | 0.98% | 0.8% | - |
| XYZ | 25.81 | 13.27 | 5.76 | - |
| YUV | 70.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 62 | 0 | 0.98 | 0.70 | 0.2 | 342.6 | 0.96 | 0.41 |
| Hex | CC | 4 | 3E | 0 | 62 | 46 | 14 | 157 | 60 | 29 |
| Octal | 314 | 4 | 76 | 0 | 142 | 106 | 24 | 527 | 140 | 51 |
| Binary | 11001100 | 100 | 111110 | 0 | 1100010 | 1000110 | 10100 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CC043E
Complementary color
Monochromatic Colors of #CC043E
Black with #CC043E
Text Example
Text Example
White with #CC043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC043E; }
p { color: rgb(204,4,62); }
H1.HeaderClassName
{
color: #CC043E;
}
.AnyTagClassName
{
color: #CC043E;
}
</style>
background-color css
<style>
a { background-color: #CC043E; }
a { background-color: rgb(204,4,62); }
div.DivClassName
{
background-color: #CC043E;
}
.BgClassName
{
background-color: #CC043E;
}
</style>
border-color css
<style>
span { border-color: #CC043E; }
span { border-color: rgb(204,4,62); }
td.TdClassName
{
border-color: #CC043E;
}
.TagClassName
{
border-color: #CC043E;
}
</style>