Shades of Crimson #EE1641
Tints of Crimson #EE1641
RGB
CMYK
RGB Variations
Color information
#EE1641 (or 0xEE1641) is known color: Crimson. HEX triplet: EE, 16 and 41. RGB value is (238,22,65). Sum of RGB (Red+Green+Blue) = 238+22+65=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1641 is #11E9BE. Grayscale: #5B5B5B. Windows color (decimal): -1173951 or 4265710. OLE color: 4265710.
HSL color Cylindrical-coordinate representation of color #EE1641: hue angle of 348.06º 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 #EE1641 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 65 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.07 |
| HSL | 348.06º | 0.86% | 0.51% | - |
| HSV(B) | 348.06º | 0.91% | 0.93% | - |
| XYZ | 36.5 | 19.13 | 6.77 | - |
| YUV | 91.49 | 113.06 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 65 | 0 | 0.91 | 0.73 | 0.07 | 348.06 | 0.86 | 0.51 |
| Hex | EE | 16 | 41 | 0 | 5B | 49 | 7 | 15C | 56 | 33 |
| Octal | 356 | 26 | 101 | 0 | 133 | 111 | 7 | 534 | 126 | 63 |
| Binary | 11101110 | 10110 | 1000001 | 0 | 1011011 | 1001001 | 111 | 101011100 | 1010110 | 110011 |
Color Harmonies of #EE1641
Complementary color
Monochromatic Colors of #EE1641
Black with #EE1641
Text Example
Text Example
White with #EE1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1641; }
p { color: rgb(238,22,65); }
H1.HeaderClassName
{
color: #EE1641;
}
.AnyTagClassName
{
color: #EE1641;
}
</style>
background-color css
<style>
a { background-color: #EE1641; }
a { background-color: rgb(238,22,65); }
div.DivClassName
{
background-color: #EE1641;
}
.BgClassName
{
background-color: #EE1641;
}
</style>
border-color css
<style>
span { border-color: #EE1641; }
span { border-color: rgb(238,22,65); }
td.TdClassName
{
border-color: #EE1641;
}
.TagClassName
{
border-color: #EE1641;
}
</style>