Shades of Crimson #CC003E
Tints of Crimson #CC003E
RGB
CMYK
RGB Variations
Color information
#CC003E (or 0xCC003E) is known color: Crimson. HEX triplet: CC, 00 and 3E. RGB value is (204,0,62). Sum of RGB (Red+Green+Blue) = 204+0+62=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003E is #33FFC1. Grayscale: #444444. Windows color (decimal): -3407810 or 4063436. OLE color: 4063436.
HSL color Cylindrical-coordinate representation of color #CC003E: hue angle of 341.76º 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 #CC003E is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.70 | 0.2 |
| HSL | 341.76º | 1% | 0.4% | - |
| HSV(B) | 341.76º | 1% | 0.8% | - |
| XYZ | 25.77 | 13.19 | 5.74 | - |
| YUV | 68.06 | 124.59 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 62 | 0 | 1 | 0.70 | 0.2 | 341.76 | 1 | 0.4 |
| Hex | CC | 0 | 3E | 0 | 64 | 46 | 14 | 156 | 64 | 28 |
| Octal | 314 | 0 | 76 | 0 | 144 | 106 | 24 | 526 | 144 | 50 |
| Binary | 11001100 | 0 | 111110 | 0 | 1100100 | 1000110 | 10100 | 101010110 | 1100100 | 101000 |
Color Harmonies of #CC003E
Complementary color
Monochromatic Colors of #CC003E
Black with #CC003E
Text Example
Text Example
White with #CC003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC003E; }
p { color: rgb(204,0,62); }
H1.HeaderClassName
{
color: #CC003E;
}
.AnyTagClassName
{
color: #CC003E;
}
</style>
background-color css
<style>
a { background-color: #CC003E; }
a { background-color: rgb(204,0,62); }
div.DivClassName
{
background-color: #CC003E;
}
.BgClassName
{
background-color: #CC003E;
}
</style>
border-color css
<style>
span { border-color: #CC003E; }
span { border-color: rgb(204,0,62); }
td.TdClassName
{
border-color: #CC003E;
}
.TagClassName
{
border-color: #CC003E;
}
</style>