Shades of Crimson #EE1648
Tints of Crimson #EE1648
RGB
CMYK
RGB Variations
Color information
#EE1648 (or 0xEE1648) is known color: Crimson. HEX triplet: EE, 16 and 48. RGB value is (238,22,72). Sum of RGB (Red+Green+Blue) = 238+22+72=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1648 is #11E9B7. Grayscale: #5C5C5C. Windows color (decimal): -1173944 or 4724462. OLE color: 4724462.
HSL color Cylindrical-coordinate representation of color #EE1648: hue angle of 346.11º 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 #EE1648 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 72 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.07 |
| HSL | 346.11º | 0.86% | 0.51% | - |
| HSV(B) | 346.11º | 0.91% | 0.93% | - |
| XYZ | 36.72 | 19.22 | 7.91 | - |
| YUV | 92.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 72 | 0 | 0.91 | 0.70 | 0.07 | 346.11 | 0.86 | 0.51 |
| Hex | EE | 16 | 48 | 0 | 5B | 46 | 7 | 15A | 56 | 33 |
| Octal | 356 | 26 | 110 | 0 | 133 | 106 | 7 | 532 | 126 | 63 |
| Binary | 11101110 | 10110 | 1001000 | 0 | 1011011 | 1000110 | 111 | 101011010 | 1010110 | 110011 |
Color Harmonies of #EE1648
Complementary color
Monochromatic Colors of #EE1648
Black with #EE1648
Text Example
Text Example
White with #EE1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1648; }
p { color: rgb(238,22,72); }
H1.HeaderClassName
{
color: #EE1648;
}
.AnyTagClassName
{
color: #EE1648;
}
</style>
background-color css
<style>
a { background-color: #EE1648; }
a { background-color: rgb(238,22,72); }
div.DivClassName
{
background-color: #EE1648;
}
.BgClassName
{
background-color: #EE1648;
}
</style>
border-color css
<style>
span { border-color: #EE1648; }
span { border-color: rgb(238,22,72); }
td.TdClassName
{
border-color: #EE1648;
}
.TagClassName
{
border-color: #EE1648;
}
</style>