Shades of Crimson #EE1040
Tints of Crimson #EE1040
RGB
CMYK
RGB Variations
Color information
#EE1040 (or 0xEE1040) is known color: Crimson. HEX triplet: EE, 10 and 40. RGB value is (238,16,64). Sum of RGB (Red+Green+Blue) = 238+16+64=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1040 is #11EFBF. Grayscale: #575757. Windows color (decimal): -1175488 or 4198638. OLE color: 4198638.
HSL color Cylindrical-coordinate representation of color #EE1040: hue angle of 347.03º 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 #EE1040 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 64 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.07 |
| HSL | 347.03º | 0.87% | 0.5% | - |
| HSV(B) | 347.03º | 0.93% | 0.93% | - |
| XYZ | 36.37 | 18.92 | 6.59 | - |
| YUV | 87.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 64 | 0 | 0.93 | 0.73 | 0.07 | 347.03 | 0.87 | 0.5 |
| Hex | EE | 10 | 40 | 0 | 5D | 49 | 7 | 15B | 57 | 32 |
| Octal | 356 | 20 | 100 | 0 | 135 | 111 | 7 | 533 | 127 | 62 |
| Binary | 11101110 | 10000 | 1000000 | 0 | 1011101 | 1001001 | 111 | 101011011 | 1010111 | 110010 |
Color Harmonies of #EE1040
Complementary color
Monochromatic Colors of #EE1040
Black with #EE1040
Text Example
Text Example
White with #EE1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1040; }
p { color: rgb(238,16,64); }
H1.HeaderClassName
{
color: #EE1040;
}
.AnyTagClassName
{
color: #EE1040;
}
</style>
background-color css
<style>
a { background-color: #EE1040; }
a { background-color: rgb(238,16,64); }
div.DivClassName
{
background-color: #EE1040;
}
.BgClassName
{
background-color: #EE1040;
}
</style>
border-color css
<style>
span { border-color: #EE1040; }
span { border-color: rgb(238,16,64); }
td.TdClassName
{
border-color: #EE1040;
}
.TagClassName
{
border-color: #EE1040;
}
</style>