Shades of Crimson #CE0E3F
Tints of Crimson #CE0E3F
RGB
CMYK
RGB Variations
Color information
#CE0E3F (or 0xCE0E3F) is known color: Crimson. HEX triplet: CE, 0E and 3F. RGB value is (206,14,63). Sum of RGB (Red+Green+Blue) = 206+14+63=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0E3F is #31F1C0. Grayscale: #4C4C4C. Windows color (decimal): -3273153 or 4132558. OLE color: 4132558.
HSL color Cylindrical-coordinate representation of color #CE0E3F: hue angle of 344.69º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0E3F is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 63 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.19 |
| HSL | 344.69º | 0.87% | 0.43% | - |
| HSV(B) | 344.69º | 0.93% | 0.81% | - |
| XYZ | 26.51 | 13.79 | 5.97 | - |
| YUV | 76.99 | 120.11 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 63 | 0 | 0.93 | 0.69 | 0.19 | 344.69 | 0.87 | 0.43 |
| Hex | CE | E | 3F | 0 | 5D | 45 | 13 | 159 | 57 | 2B |
| Octal | 316 | 16 | 77 | 0 | 135 | 105 | 23 | 531 | 127 | 53 |
| Binary | 11001110 | 1110 | 111111 | 0 | 1011101 | 1000101 | 10011 | 101011001 | 1010111 | 101011 |
Color Harmonies of #CE0E3F
Complementary color
Monochromatic Colors of #CE0E3F
Black with #CE0E3F
Text Example
Text Example
White with #CE0E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0E3F; }
p { color: rgb(206,14,63); }
H1.HeaderClassName
{
color: #CE0E3F;
}
.AnyTagClassName
{
color: #CE0E3F;
}
</style>
background-color css
<style>
a { background-color: #CE0E3F; }
a { background-color: rgb(206,14,63); }
div.DivClassName
{
background-color: #CE0E3F;
}
.BgClassName
{
background-color: #CE0E3F;
}
</style>
border-color css
<style>
span { border-color: #CE0E3F; }
span { border-color: rgb(206,14,63); }
td.TdClassName
{
border-color: #CE0E3F;
}
.TagClassName
{
border-color: #CE0E3F;
}
</style>