Shades of Crimson #CC002E
Tints of Crimson #CC002E
RGB
CMYK
RGB Variations
Color information
#CC002E (or 0xCC002E) is known color: Crimson. HEX triplet: CC, 00 and 2E. RGB value is (204,0,46). Sum of RGB (Red+Green+Blue) = 204+0+46=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002E is #33FFD1. Grayscale: #424242. Windows color (decimal): -3407826 or 3014860. OLE color: 3014860.
HSL color Cylindrical-coordinate representation of color #CC002E: hue angle of 346.47º 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 #CC002E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.77 | 0.2 |
| HSL | 346.47º | 1% | 0.4% | - |
| HSV(B) | 346.47º | 1% | 0.8% | - |
| XYZ | 25.39 | 13.03 | 3.76 | - |
| YUV | 66.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 46 | 0 | 1 | 0.77 | 0.2 | 346.47 | 1 | 0.4 |
| Hex | CC | 0 | 2E | 0 | 64 | 4D | 14 | 15A | 64 | 28 |
| Octal | 314 | 0 | 56 | 0 | 144 | 115 | 24 | 532 | 144 | 50 |
| Binary | 11001100 | 0 | 101110 | 0 | 1100100 | 1001101 | 10100 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CC002E
Complementary color
Monochromatic Colors of #CC002E
Black with #CC002E
Text Example
Text Example
White with #CC002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC002E; }
p { color: rgb(204,0,46); }
H1.HeaderClassName
{
color: #CC002E;
}
.AnyTagClassName
{
color: #CC002E;
}
</style>
background-color css
<style>
a { background-color: #CC002E; }
a { background-color: rgb(204,0,46); }
div.DivClassName
{
background-color: #CC002E;
}
.BgClassName
{
background-color: #CC002E;
}
</style>
border-color css
<style>
span { border-color: #CC002E; }
span { border-color: rgb(204,0,46); }
td.TdClassName
{
border-color: #CC002E;
}
.TagClassName
{
border-color: #CC002E;
}
</style>