Shades of Crimson #CC033E
Tints of Crimson #CC033E
RGB
CMYK
RGB Variations
Color information
#CC033E (or 0xCC033E) is known color: Crimson. HEX triplet: CC, 03 and 3E. RGB value is (204,3,62). Sum of RGB (Red+Green+Blue) = 204+3+62=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC033E is #33FCC1. Grayscale: #454545. Windows color (decimal): -3407042 or 4064204. OLE color: 4064204.
HSL color Cylindrical-coordinate representation of color #CC033E: hue angle of 342.39º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC033E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.2 |
| HSL | 342.39º | 0.97% | 0.41% | - |
| HSV(B) | 342.39º | 0.99% | 0.8% | - |
| XYZ | 25.8 | 13.25 | 5.75 | - |
| YUV | 69.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 62 | 0 | 0.99 | 0.70 | 0.2 | 342.39 | 0.97 | 0.41 |
| Hex | CC | 3 | 3E | 0 | 63 | 46 | 14 | 156 | 61 | 29 |
| Octal | 314 | 3 | 76 | 0 | 143 | 106 | 24 | 526 | 141 | 51 |
| Binary | 11001100 | 11 | 111110 | 0 | 1100011 | 1000110 | 10100 | 101010110 | 1100001 | 101001 |
Color Harmonies of #CC033E
Complementary color
Monochromatic Colors of #CC033E
Black with #CC033E
Text Example
Text Example
White with #CC033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC033E; }
p { color: rgb(204,3,62); }
H1.HeaderClassName
{
color: #CC033E;
}
.AnyTagClassName
{
color: #CC033E;
}
</style>
background-color css
<style>
a { background-color: #CC033E; }
a { background-color: rgb(204,3,62); }
div.DivClassName
{
background-color: #CC033E;
}
.BgClassName
{
background-color: #CC033E;
}
</style>
border-color css
<style>
span { border-color: #CC033E; }
span { border-color: rgb(204,3,62); }
td.TdClassName
{
border-color: #CC033E;
}
.TagClassName
{
border-color: #CC033E;
}
</style>