Shades of Crimson #EE183E
Tints of Crimson #EE183E
RGB
CMYK
RGB Variations
Color information
#EE183E (or 0xEE183E) is known color: Crimson. HEX triplet: EE, 18 and 3E. RGB value is (238,24,62). Sum of RGB (Red+Green+Blue) = 238+24+62=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE183E is #11E7C1. Grayscale: #5C5C5C. Windows color (decimal): -1173442 or 4069614. OLE color: 4069614.
HSL color Cylindrical-coordinate representation of color #EE183E: hue angle of 349.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE183E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.35º | 0.86% | 0.51% | - |
| HSV(B) | 349.35º | 0.9% | 0.93% | - |
| XYZ | 36.46 | 19.18 | 6.34 | - |
| YUV | 92.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 62 | 0 | 0.90 | 0.74 | 0.07 | 349.35 | 0.86 | 0.51 |
| Hex | EE | 18 | 3E | 0 | 5A | 4A | 7 | 15D | 56 | 33 |
| Octal | 356 | 30 | 76 | 0 | 132 | 112 | 7 | 535 | 126 | 63 |
| Binary | 11101110 | 11000 | 111110 | 0 | 1011010 | 1001010 | 111 | 101011101 | 1010110 | 110011 |
Color Harmonies of #EE183E
Complementary color
Monochromatic Colors of #EE183E
Black with #EE183E
Text Example
Text Example
White with #EE183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE183E; }
p { color: rgb(238,24,62); }
H1.HeaderClassName
{
color: #EE183E;
}
.AnyTagClassName
{
color: #EE183E;
}
</style>
background-color css
<style>
a { background-color: #EE183E; }
a { background-color: rgb(238,24,62); }
div.DivClassName
{
background-color: #EE183E;
}
.BgClassName
{
background-color: #EE183E;
}
</style>
border-color css
<style>
span { border-color: #EE183E; }
span { border-color: rgb(238,24,62); }
td.TdClassName
{
border-color: #EE183E;
}
.TagClassName
{
border-color: #EE183E;
}
</style>