Shades of Crimson #CC033F
Tints of Crimson #CC033F
RGB
CMYK
RGB Variations
Color information
#CC033F (or 0xCC033F) is known color: Crimson. HEX triplet: CC, 03 and 3F. RGB value is (204,3,63). Sum of RGB (Red+Green+Blue) = 204+3+63=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC033F is #33FCC0. Grayscale: #454545. Windows color (decimal): -3407041 or 4129740. OLE color: 4129740.
HSL color Cylindrical-coordinate representation of color #CC033F: hue angle of 342.09º 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 #CC033F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.2 |
| HSL | 342.09º | 0.97% | 0.41% | - |
| HSV(B) | 342.09º | 0.99% | 0.8% | - |
| XYZ | 25.83 | 13.26 | 5.9 | - |
| YUV | 69.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 63 | 0 | 0.99 | 0.69 | 0.2 | 342.09 | 0.97 | 0.41 |
| Hex | CC | 3 | 3F | 0 | 63 | 45 | 14 | 156 | 61 | 29 |
| Octal | 314 | 3 | 77 | 0 | 143 | 105 | 24 | 526 | 141 | 51 |
| Binary | 11001100 | 11 | 111111 | 0 | 1100011 | 1000101 | 10100 | 101010110 | 1100001 | 101001 |
Color Harmonies of #CC033F
Complementary color
Monochromatic Colors of #CC033F
Black with #CC033F
Text Example
Text Example
White with #CC033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC033F; }
p { color: rgb(204,3,63); }
H1.HeaderClassName
{
color: #CC033F;
}
.AnyTagClassName
{
color: #CC033F;
}
</style>
background-color css
<style>
a { background-color: #CC033F; }
a { background-color: rgb(204,3,63); }
div.DivClassName
{
background-color: #CC033F;
}
.BgClassName
{
background-color: #CC033F;
}
</style>
border-color css
<style>
span { border-color: #CC033F; }
span { border-color: rgb(204,3,63); }
td.TdClassName
{
border-color: #CC033F;
}
.TagClassName
{
border-color: #CC033F;
}
</style>