Shades of Crimson #EE1A42
Tints of Crimson #EE1A42
RGB
CMYK
RGB Variations
Color information
#EE1A42 (or 0xEE1A42) is known color: Crimson. HEX triplet: EE, 1A and 42. RGB value is (238,26,66). Sum of RGB (Red+Green+Blue) = 238+26+66=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1A42 is #11E5BD. Grayscale: #5E5E5E. Windows color (decimal): -1172926 or 4332270. OLE color: 4332270.
HSL color Cylindrical-coordinate representation of color #EE1A42: hue angle of 348.68º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1A42 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 66 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.07 |
| HSL | 348.68º | 0.86% | 0.52% | - |
| HSV(B) | 348.68º | 0.89% | 0.93% | - |
| XYZ | 36.61 | 19.31 | 6.95 | - |
| YUV | 93.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 66 | 0 | 0.89 | 0.72 | 0.07 | 348.68 | 0.86 | 0.52 |
| Hex | EE | 1A | 42 | 0 | 59 | 48 | 7 | 15D | 56 | 34 |
| Octal | 356 | 32 | 102 | 0 | 131 | 110 | 7 | 535 | 126 | 64 |
| Binary | 11101110 | 11010 | 1000010 | 0 | 1011001 | 1001000 | 111 | 101011101 | 1010110 | 110100 |
Color Harmonies of #EE1A42
Complementary color
Monochromatic Colors of #EE1A42
Black with #EE1A42
Text Example
Text Example
White with #EE1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A42; }
p { color: rgb(238,26,66); }
H1.HeaderClassName
{
color: #EE1A42;
}
.AnyTagClassName
{
color: #EE1A42;
}
</style>
background-color css
<style>
a { background-color: #EE1A42; }
a { background-color: rgb(238,26,66); }
div.DivClassName
{
background-color: #EE1A42;
}
.BgClassName
{
background-color: #EE1A42;
}
</style>
border-color css
<style>
span { border-color: #EE1A42; }
span { border-color: rgb(238,26,66); }
td.TdClassName
{
border-color: #EE1A42;
}
.TagClassName
{
border-color: #EE1A42;
}
</style>