Shades of Crimson #EE1544
Tints of Crimson #EE1544
RGB
CMYK
RGB Variations
Color information
#EE1544 (or 0xEE1544) is known color: Crimson. HEX triplet: EE, 15 and 44. RGB value is (238,21,68). Sum of RGB (Red+Green+Blue) = 238+21+68=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1544 is #11EABB. Grayscale: #5B5B5B. Windows color (decimal): -1174204 or 4462062. OLE color: 4462062.
HSL color Cylindrical-coordinate representation of color #EE1544: hue angle of 347º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1544 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 68 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 347º | 0.86% | 0.51% | - |
| HSV(B) | 347º | 0.91% | 0.93% | - |
| XYZ | 36.57 | 19.13 | 7.23 | - |
| YUV | 91.24 | 114.89 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 68 | 0 | 0.91 | 0.71 | 0.07 | 347 | 0.86 | 0.51 |
| Hex | EE | 15 | 44 | 0 | 5B | 47 | 7 | 15B | 56 | 33 |
| Octal | 356 | 25 | 104 | 0 | 133 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101110 | 10101 | 1000100 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #EE1544
Complementary color
Monochromatic Colors of #EE1544
Black with #EE1544
Text Example
Text Example
White with #EE1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1544; }
p { color: rgb(238,21,68); }
H1.HeaderClassName
{
color: #EE1544;
}
.AnyTagClassName
{
color: #EE1544;
}
</style>
background-color css
<style>
a { background-color: #EE1544; }
a { background-color: rgb(238,21,68); }
div.DivClassName
{
background-color: #EE1544;
}
.BgClassName
{
background-color: #EE1544;
}
</style>
border-color css
<style>
span { border-color: #EE1544; }
span { border-color: rgb(238,21,68); }
td.TdClassName
{
border-color: #EE1544;
}
.TagClassName
{
border-color: #EE1544;
}
</style>