Shades of Crimson #EE1345
Tints of Crimson #EE1345
RGB
CMYK
RGB Variations
Color information
#EE1345 (or 0xEE1345) is known color: Crimson. HEX triplet: EE, 13 and 45. RGB value is (238,19,69). Sum of RGB (Red+Green+Blue) = 238+19+69=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1345 is #11ECBA. Grayscale: #5A5A5A. Windows color (decimal): -1174715 or 4527086. OLE color: 4527086.
HSL color Cylindrical-coordinate representation of color #EE1345: hue angle of 346.3º 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 #EE1345 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 69 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.07 |
| HSL | 346.3º | 0.87% | 0.5% | - |
| HSV(B) | 346.3º | 0.92% | 0.93% | - |
| XYZ | 36.57 | 19.07 | 7.38 | - |
| YUV | 90.18 | 116.05 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 69 | 0 | 0.92 | 0.71 | 0.07 | 346.3 | 0.87 | 0.5 |
| Hex | EE | 13 | 45 | 0 | 5C | 47 | 7 | 15A | 57 | 32 |
| Octal | 356 | 23 | 105 | 0 | 134 | 107 | 7 | 532 | 127 | 62 |
| Binary | 11101110 | 10011 | 1000101 | 0 | 1011100 | 1000111 | 111 | 101011010 | 1010111 | 110010 |
Color Harmonies of #EE1345
Complementary color
Monochromatic Colors of #EE1345
Black with #EE1345
Text Example
Text Example
White with #EE1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1345; }
p { color: rgb(238,19,69); }
H1.HeaderClassName
{
color: #EE1345;
}
.AnyTagClassName
{
color: #EE1345;
}
</style>
background-color css
<style>
a { background-color: #EE1345; }
a { background-color: rgb(238,19,69); }
div.DivClassName
{
background-color: #EE1345;
}
.BgClassName
{
background-color: #EE1345;
}
</style>
border-color css
<style>
span { border-color: #EE1345; }
span { border-color: rgb(238,19,69); }
td.TdClassName
{
border-color: #EE1345;
}
.TagClassName
{
border-color: #EE1345;
}
</style>