Shades of Crimson #CC003C
Tints of Crimson #CC003C
RGB
CMYK
RGB Variations
Color information
#CC003C (or 0xCC003C) is known color: Crimson. HEX triplet: CC, 00 and 3C. RGB value is (204,0,60). Sum of RGB (Red+Green+Blue) = 204+0+60=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003C is #33FFC3. Grayscale: #434343. Windows color (decimal): -3407812 or 3932364. OLE color: 3932364.
HSL color Cylindrical-coordinate representation of color #CC003C: hue angle of 342.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC003C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.71 | 0.2 |
| HSL | 342.35º | 1% | 0.4% | - |
| HSV(B) | 342.35º | 1% | 0.8% | - |
| XYZ | 25.72 | 13.16 | 5.46 | - |
| YUV | 67.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 60 | 0 | 1 | 0.71 | 0.2 | 342.35 | 1 | 0.4 |
| Hex | CC | 0 | 3C | 0 | 64 | 47 | 14 | 156 | 64 | 28 |
| Octal | 314 | 0 | 74 | 0 | 144 | 107 | 24 | 526 | 144 | 50 |
| Binary | 11001100 | 0 | 111100 | 0 | 1100100 | 1000111 | 10100 | 101010110 | 1100100 | 101000 |
Color Harmonies of #CC003C
Complementary color
Monochromatic Colors of #CC003C
Black with #CC003C
Text Example
Text Example
White with #CC003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC003C; }
p { color: rgb(204,0,60); }
H1.HeaderClassName
{
color: #CC003C;
}
.AnyTagClassName
{
color: #CC003C;
}
</style>
background-color css
<style>
a { background-color: #CC003C; }
a { background-color: rgb(204,0,60); }
div.DivClassName
{
background-color: #CC003C;
}
.BgClassName
{
background-color: #CC003C;
}
</style>
border-color css
<style>
span { border-color: #CC003C; }
span { border-color: rgb(204,0,60); }
td.TdClassName
{
border-color: #CC003C;
}
.TagClassName
{
border-color: #CC003C;
}
</style>