Shades of Crimson #CE0835
Tints of Crimson #CE0835
RGB
CMYK
RGB Variations
Color information
#CE0835 (or 0xCE0835) is known color: Crimson. HEX triplet: CE, 08 and 35. RGB value is (206,8,53). Sum of RGB (Red+Green+Blue) = 206+8+53=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0835 is #31F7CA. Grayscale: #484848. Windows color (decimal): -3274699 or 3475662. OLE color: 3475662.
HSL color Cylindrical-coordinate representation of color #CE0835: hue angle of 346.36º 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 #CE0835 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.19 |
| HSL | 346.36º | 0.93% | 0.42% | - |
| HSV(B) | 346.36º | 0.96% | 0.81% | - |
| XYZ | 26.18 | 13.55 | 4.6 | - |
| YUV | 72.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 53 | 0 | 0.96 | 0.74 | 0.19 | 346.36 | 0.93 | 0.42 |
| Hex | CE | 8 | 35 | 0 | 60 | 4A | 13 | 15A | 5D | 2A |
| Octal | 316 | 10 | 65 | 0 | 140 | 112 | 23 | 532 | 135 | 52 |
| Binary | 11001110 | 1000 | 110101 | 0 | 1100000 | 1001010 | 10011 | 101011010 | 1011101 | 101010 |
Color Harmonies of #CE0835
Complementary color
Monochromatic Colors of #CE0835
Black with #CE0835
Text Example
Text Example
White with #CE0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0835; }
p { color: rgb(206,8,53); }
H1.HeaderClassName
{
color: #CE0835;
}
.AnyTagClassName
{
color: #CE0835;
}
</style>
background-color css
<style>
a { background-color: #CE0835; }
a { background-color: rgb(206,8,53); }
div.DivClassName
{
background-color: #CE0835;
}
.BgClassName
{
background-color: #CE0835;
}
</style>
border-color css
<style>
span { border-color: #CE0835; }
span { border-color: rgb(206,8,53); }
td.TdClassName
{
border-color: #CE0835;
}
.TagClassName
{
border-color: #CE0835;
}
</style>