Shades of Crimson #CE002F
Tints of Crimson #CE002F
RGB
CMYK
RGB Variations
Color information
#CE002F (or 0xCE002F) is known color: Crimson. HEX triplet: CE, 00 and 2F. RGB value is (206,0,47). Sum of RGB (Red+Green+Blue) = 206+0+47=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE002F is #31FFD0. Grayscale: #424242. Windows color (decimal): -3276753 or 3080398. OLE color: 3080398.
HSL color Cylindrical-coordinate representation of color #CE002F: hue angle of 346.31º 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 #CE002F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.77 | 0.19 |
| HSL | 346.31º | 1% | 0.4% | - |
| HSV(B) | 346.31º | 1% | 0.81% | - |
| XYZ | 25.97 | 13.33 | 3.89 | - |
| YUV | 66.95 | 116.75 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 47 | 0 | 1 | 0.77 | 0.19 | 346.31 | 1 | 0.4 |
| Hex | CE | 0 | 2F | 0 | 64 | 4D | 13 | 15A | 64 | 28 |
| Octal | 316 | 0 | 57 | 0 | 144 | 115 | 23 | 532 | 144 | 50 |
| Binary | 11001110 | 0 | 101111 | 0 | 1100100 | 1001101 | 10011 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CE002F
Complementary color
Monochromatic Colors of #CE002F
Black with #CE002F
Text Example
Text Example
White with #CE002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE002F; }
p { color: rgb(206,0,47); }
H1.HeaderClassName
{
color: #CE002F;
}
.AnyTagClassName
{
color: #CE002F;
}
</style>
background-color css
<style>
a { background-color: #CE002F; }
a { background-color: rgb(206,0,47); }
div.DivClassName
{
background-color: #CE002F;
}
.BgClassName
{
background-color: #CE002F;
}
</style>
border-color css
<style>
span { border-color: #CE002F; }
span { border-color: rgb(206,0,47); }
td.TdClassName
{
border-color: #CE002F;
}
.TagClassName
{
border-color: #CE002F;
}
</style>