Shades of Crimson #CE0839
Tints of Crimson #CE0839
RGB
CMYK
RGB Variations
Color information
#CE0839 (or 0xCE0839) is known color: Crimson. HEX triplet: CE, 08 and 39. RGB value is (206,8,57). Sum of RGB (Red+Green+Blue) = 206+8+57=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0839 is #31F7C6. Grayscale: #484848. Windows color (decimal): -3274695 or 3737806. OLE color: 3737806.
HSL color Cylindrical-coordinate representation of color #CE0839: hue angle of 345.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0839 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 57 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.19 |
| HSL | 345.15º | 0.93% | 0.42% | - |
| HSV(B) | 345.15º | 0.96% | 0.81% | - |
| XYZ | 26.28 | 13.59 | 5.11 | - |
| YUV | 72.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 57 | 0 | 0.96 | 0.72 | 0.19 | 345.15 | 0.93 | 0.42 |
| Hex | CE | 8 | 39 | 0 | 60 | 48 | 13 | 159 | 5D | 2A |
| Octal | 316 | 10 | 71 | 0 | 140 | 110 | 23 | 531 | 135 | 52 |
| Binary | 11001110 | 1000 | 111001 | 0 | 1100000 | 1001000 | 10011 | 101011001 | 1011101 | 101010 |
Color Harmonies of #CE0839
Complementary color
Monochromatic Colors of #CE0839
Black with #CE0839
Text Example
Text Example
White with #CE0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0839; }
p { color: rgb(206,8,57); }
H1.HeaderClassName
{
color: #CE0839;
}
.AnyTagClassName
{
color: #CE0839;
}
</style>
background-color css
<style>
a { background-color: #CE0839; }
a { background-color: rgb(206,8,57); }
div.DivClassName
{
background-color: #CE0839;
}
.BgClassName
{
background-color: #CE0839;
}
</style>
border-color css
<style>
span { border-color: #CE0839; }
span { border-color: rgb(206,8,57); }
td.TdClassName
{
border-color: #CE0839;
}
.TagClassName
{
border-color: #CE0839;
}
</style>