Shades of Crimson #CE0837
Tints of Crimson #CE0837
RGB
CMYK
RGB Variations
Color information
#CE0837 (or 0xCE0837) is known color: Crimson. HEX triplet: CE, 08 and 37. RGB value is (206,8,55). Sum of RGB (Red+Green+Blue) = 206+8+55=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0837 is #31F7C8. Grayscale: #484848. Windows color (decimal): -3274697 or 3606734. OLE color: 3606734.
HSL color Cylindrical-coordinate representation of color #CE0837: hue angle of 345.76º 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 #CE0837 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.19 |
| HSL | 345.76º | 0.93% | 0.42% | - |
| HSV(B) | 345.76º | 0.96% | 0.81% | - |
| XYZ | 26.23 | 13.57 | 4.85 | - |
| YUV | 72.56 | 118.1 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 55 | 0 | 0.96 | 0.73 | 0.19 | 345.76 | 0.93 | 0.42 |
| Hex | CE | 8 | 37 | 0 | 60 | 49 | 13 | 15A | 5D | 2A |
| Octal | 316 | 10 | 67 | 0 | 140 | 111 | 23 | 532 | 135 | 52 |
| Binary | 11001110 | 1000 | 110111 | 0 | 1100000 | 1001001 | 10011 | 101011010 | 1011101 | 101010 |
Color Harmonies of #CE0837
Complementary color
Monochromatic Colors of #CE0837
Black with #CE0837
Text Example
Text Example
White with #CE0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0837; }
p { color: rgb(206,8,55); }
H1.HeaderClassName
{
color: #CE0837;
}
.AnyTagClassName
{
color: #CE0837;
}
</style>
background-color css
<style>
a { background-color: #CE0837; }
a { background-color: rgb(206,8,55); }
div.DivClassName
{
background-color: #CE0837;
}
.BgClassName
{
background-color: #CE0837;
}
</style>
border-color css
<style>
span { border-color: #CE0837; }
span { border-color: rgb(206,8,55); }
td.TdClassName
{
border-color: #CE0837;
}
.TagClassName
{
border-color: #CE0837;
}
</style>