Shades of Crimson #EE164A
Tints of Crimson #EE164A
RGB
CMYK
RGB Variations
Color information
#EE164A (or 0xEE164A) is known color: Crimson. HEX triplet: EE, 16 and 4A. RGB value is (238,22,74). Sum of RGB (Red+Green+Blue) = 238+22+74=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE164A is #11E9B5. Grayscale: #5C5C5C. Windows color (decimal): -1173942 or 4855534. OLE color: 4855534.
HSL color Cylindrical-coordinate representation of color #EE164A: hue angle of 345.56º 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 #EE164A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 74 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.07 |
| HSL | 345.56º | 0.86% | 0.51% | - |
| HSV(B) | 345.56º | 0.91% | 0.93% | - |
| XYZ | 36.78 | 19.25 | 8.25 | - |
| YUV | 92.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 74 | 0 | 0.91 | 0.69 | 0.07 | 345.56 | 0.86 | 0.51 |
| Hex | EE | 16 | 4A | 0 | 5B | 45 | 7 | 15A | 56 | 33 |
| Octal | 356 | 26 | 112 | 0 | 133 | 105 | 7 | 532 | 126 | 63 |
| Binary | 11101110 | 10110 | 1001010 | 0 | 1011011 | 1000101 | 111 | 101011010 | 1010110 | 110011 |
Color Harmonies of #EE164A
Complementary color
Monochromatic Colors of #EE164A
Black with #EE164A
Text Example
Text Example
White with #EE164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE164A; }
p { color: rgb(238,22,74); }
H1.HeaderClassName
{
color: #EE164A;
}
.AnyTagClassName
{
color: #EE164A;
}
</style>
background-color css
<style>
a { background-color: #EE164A; }
a { background-color: rgb(238,22,74); }
div.DivClassName
{
background-color: #EE164A;
}
.BgClassName
{
background-color: #EE164A;
}
</style>
border-color css
<style>
span { border-color: #EE164A; }
span { border-color: rgb(238,22,74); }
td.TdClassName
{
border-color: #EE164A;
}
.TagClassName
{
border-color: #EE164A;
}
</style>