Shades of Crimson #EE114A
Tints of Crimson #EE114A
RGB
CMYK
RGB Variations
Color information
#EE114A (or 0xEE114A) is known color: Crimson. HEX triplet: EE, 11 and 4A. RGB value is (238,17,74). Sum of RGB (Red+Green+Blue) = 238+17+74=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE114A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE114A is #11EEB5. Grayscale: #595959. Windows color (decimal): -1175222 or 4854254. OLE color: 4854254.
HSL color Cylindrical-coordinate representation of color #EE114A: hue angle of 344.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE114A is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 74 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.07 |
| HSL | 344.52º | 0.87% | 0.5% | - |
| HSV(B) | 344.52º | 0.93% | 0.93% | - |
| XYZ | 36.7 | 19.07 | 8.23 | - |
| YUV | 89.58 | 119.22 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 74 | 0 | 0.93 | 0.69 | 0.07 | 344.52 | 0.87 | 0.5 |
| Hex | EE | 11 | 4A | 0 | 5D | 45 | 7 | 159 | 57 | 32 |
| Octal | 356 | 21 | 112 | 0 | 135 | 105 | 7 | 531 | 127 | 62 |
| Binary | 11101110 | 10001 | 1001010 | 0 | 1011101 | 1000101 | 111 | 101011001 | 1010111 | 110010 |
Color Harmonies of #EE114A
Complementary color
Monochromatic Colors of #EE114A
Black with #EE114A
Text Example
Text Example
White with #EE114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE114A; }
p { color: rgb(238,17,74); }
H1.HeaderClassName
{
color: #EE114A;
}
.AnyTagClassName
{
color: #EE114A;
}
</style>
background-color css
<style>
a { background-color: #EE114A; }
a { background-color: rgb(238,17,74); }
div.DivClassName
{
background-color: #EE114A;
}
.BgClassName
{
background-color: #EE114A;
}
</style>
border-color css
<style>
span { border-color: #EE114A; }
span { border-color: rgb(238,17,74); }
td.TdClassName
{
border-color: #EE114A;
}
.TagClassName
{
border-color: #EE114A;
}
</style>