Shades of Crimson #CE0246
Tints of Crimson #CE0246
RGB
CMYK
RGB Variations
Color information
#CE0246 (or 0xCE0246) is known color: Crimson. HEX triplet: CE, 02 and 46. RGB value is (206,2,70). Sum of RGB (Red+Green+Blue) = 206+2+70=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0246 is #31FDB9. Grayscale: #464646. Windows color (decimal): -3276218 or 4588238. OLE color: 4588238.
HSL color Cylindrical-coordinate representation of color #CE0246: hue angle of 340º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0246 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.19 |
| HSL | 340º | 0.98% | 0.41% | - |
| HSV(B) | 340º | 0.99% | 0.81% | - |
| XYZ | 26.58 | 13.61 | 7.02 | - |
| YUV | 70.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 70 | 0 | 0.99 | 0.66 | 0.19 | 340 | 0.98 | 0.41 |
| Hex | CE | 2 | 46 | 0 | 63 | 42 | 13 | 154 | 62 | 29 |
| Octal | 316 | 2 | 106 | 0 | 143 | 102 | 23 | 524 | 142 | 51 |
| Binary | 11001110 | 10 | 1000110 | 0 | 1100011 | 1000010 | 10011 | 101010100 | 1100010 | 101001 |
Color Harmonies of #CE0246
Complementary color
Monochromatic Colors of #CE0246
Black with #CE0246
Text Example
Text Example
White with #CE0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0246; }
p { color: rgb(206,2,70); }
H1.HeaderClassName
{
color: #CE0246;
}
.AnyTagClassName
{
color: #CE0246;
}
</style>
background-color css
<style>
a { background-color: #CE0246; }
a { background-color: rgb(206,2,70); }
div.DivClassName
{
background-color: #CE0246;
}
.BgClassName
{
background-color: #CE0246;
}
</style>
border-color css
<style>
span { border-color: #CE0246; }
span { border-color: rgb(206,2,70); }
td.TdClassName
{
border-color: #CE0246;
}
.TagClassName
{
border-color: #CE0246;
}
</style>