Shades of Crimson #EE1245
Tints of Crimson #EE1245
RGB
CMYK
RGB Variations
Color information
#EE1245 (or 0xEE1245) is known color: Crimson. HEX triplet: EE, 12 and 45. RGB value is (238,18,69). Sum of RGB (Red+Green+Blue) = 238+18+69=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1245 is #11EDBA. Grayscale: #595959. Windows color (decimal): -1174971 or 4526830. OLE color: 4526830.
HSL color Cylindrical-coordinate representation of color #EE1245: hue angle of 346.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1245 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 69 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.07 |
| HSL | 346.09º | 0.87% | 0.5% | - |
| HSV(B) | 346.09º | 0.92% | 0.93% | - |
| XYZ | 36.55 | 19.04 | 7.38 | - |
| YUV | 89.59 | 116.39 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 69 | 0 | 0.92 | 0.71 | 0.07 | 346.09 | 0.87 | 0.5 |
| Hex | EE | 12 | 45 | 0 | 5C | 47 | 7 | 15A | 57 | 32 |
| Octal | 356 | 22 | 105 | 0 | 134 | 107 | 7 | 532 | 127 | 62 |
| Binary | 11101110 | 10010 | 1000101 | 0 | 1011100 | 1000111 | 111 | 101011010 | 1010111 | 110010 |
Color Harmonies of #EE1245
Complementary color
Monochromatic Colors of #EE1245
Black with #EE1245
Text Example
Text Example
White with #EE1245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1245; }
p { color: rgb(238,18,69); }
H1.HeaderClassName
{
color: #EE1245;
}
.AnyTagClassName
{
color: #EE1245;
}
</style>
background-color css
<style>
a { background-color: #EE1245; }
a { background-color: rgb(238,18,69); }
div.DivClassName
{
background-color: #EE1245;
}
.BgClassName
{
background-color: #EE1245;
}
</style>
border-color css
<style>
span { border-color: #EE1245; }
span { border-color: rgb(238,18,69); }
td.TdClassName
{
border-color: #EE1245;
}
.TagClassName
{
border-color: #EE1245;
}
</style>