Shades of Crimson #CE0044
Tints of Crimson #CE0044
RGB
CMYK
RGB Variations
Color information
#CE0044 (or 0xCE0044) is known color: Crimson. HEX triplet: CE, 00 and 44. RGB value is (206,0,68). Sum of RGB (Red+Green+Blue) = 206+0+68=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0044 is #31FFBB. Grayscale: #454545. Windows color (decimal): -3276732 or 4456654. OLE color: 4456654.
HSL color Cylindrical-coordinate representation of color #CE0044: hue angle of 340.19º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0044 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.67 | 0.19 |
| HSL | 340.19º | 1% | 0.4% | - |
| HSV(B) | 340.19º | 1% | 0.81% | - |
| XYZ | 26.5 | 13.54 | 6.69 | - |
| YUV | 69.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 68 | 0 | 1 | 0.67 | 0.19 | 340.19 | 1 | 0.4 |
| Hex | CE | 0 | 44 | 0 | 64 | 43 | 13 | 154 | 64 | 28 |
| Octal | 316 | 0 | 104 | 0 | 144 | 103 | 23 | 524 | 144 | 50 |
| Binary | 11001110 | 0 | 1000100 | 0 | 1100100 | 1000011 | 10011 | 101010100 | 1100100 | 101000 |
Color Harmonies of #CE0044
Complementary color
Monochromatic Colors of #CE0044
Black with #CE0044
Text Example
Text Example
White with #CE0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0044; }
p { color: rgb(206,0,68); }
H1.HeaderClassName
{
color: #CE0044;
}
.AnyTagClassName
{
color: #CE0044;
}
</style>
background-color css
<style>
a { background-color: #CE0044; }
a { background-color: rgb(206,0,68); }
div.DivClassName
{
background-color: #CE0044;
}
.BgClassName
{
background-color: #CE0044;
}
</style>
border-color css
<style>
span { border-color: #CE0044; }
span { border-color: rgb(206,0,68); }
td.TdClassName
{
border-color: #CE0044;
}
.TagClassName
{
border-color: #CE0044;
}
</style>