Shades of Crimson #CE002E
Tints of Crimson #CE002E
RGB
CMYK
RGB Variations
Color information
#CE002E (or 0xCE002E) is known color: Crimson. HEX triplet: CE, 00 and 2E. RGB value is (206,0,46). Sum of RGB (Red+Green+Blue) = 206+0+46=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE002E is #31FFD1. Grayscale: #424242. Windows color (decimal): -3276754 or 3014862. OLE color: 3014862.
HSL color Cylindrical-coordinate representation of color #CE002E: hue angle of 346.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE002E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.78 | 0.19 |
| HSL | 346.6º | 1% | 0.4% | - |
| HSV(B) | 346.6º | 1% | 0.81% | - |
| XYZ | 25.95 | 13.32 | 3.79 | - |
| YUV | 66.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 46 | 0 | 1 | 0.78 | 0.19 | 346.6 | 1 | 0.4 |
| Hex | CE | 0 | 2E | 0 | 64 | 4E | 13 | 15B | 64 | 28 |
| Octal | 316 | 0 | 56 | 0 | 144 | 116 | 23 | 533 | 144 | 50 |
| Binary | 11001110 | 0 | 101110 | 0 | 1100100 | 1001110 | 10011 | 101011011 | 1100100 | 101000 |
Color Harmonies of #CE002E
Complementary color
Monochromatic Colors of #CE002E
Black with #CE002E
Text Example
Text Example
White with #CE002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE002E; }
p { color: rgb(206,0,46); }
H1.HeaderClassName
{
color: #CE002E;
}
.AnyTagClassName
{
color: #CE002E;
}
</style>
background-color css
<style>
a { background-color: #CE002E; }
a { background-color: rgb(206,0,46); }
div.DivClassName
{
background-color: #CE002E;
}
.BgClassName
{
background-color: #CE002E;
}
</style>
border-color css
<style>
span { border-color: #CE002E; }
span { border-color: rgb(206,0,46); }
td.TdClassName
{
border-color: #CE002E;
}
.TagClassName
{
border-color: #CE002E;
}
</style>