Shades of Crimson #EE183D
Tints of Crimson #EE183D
RGB
CMYK
RGB Variations
Color information
#EE183D (or 0xEE183D) is known color: Crimson. HEX triplet: EE, 18 and 3D. RGB value is (238,24,61). Sum of RGB (Red+Green+Blue) = 238+24+61=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE183D is #11E7C2. Grayscale: #5C5C5C. Windows color (decimal): -1173443 or 4004078. OLE color: 4004078.
HSL color Cylindrical-coordinate representation of color #EE183D: hue angle of 349.63º 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 #EE183D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.63º | 0.86% | 0.51% | - |
| HSV(B) | 349.63º | 0.9% | 0.93% | - |
| XYZ | 36.43 | 19.17 | 6.19 | - |
| YUV | 92.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 61 | 0 | 0.90 | 0.74 | 0.07 | 349.63 | 0.86 | 0.51 |
| Hex | EE | 18 | 3D | 0 | 5A | 4A | 7 | 15E | 56 | 33 |
| Octal | 356 | 30 | 75 | 0 | 132 | 112 | 7 | 536 | 126 | 63 |
| Binary | 11101110 | 11000 | 111101 | 0 | 1011010 | 1001010 | 111 | 101011110 | 1010110 | 110011 |
Color Harmonies of #EE183D
Complementary color
Monochromatic Colors of #EE183D
Black with #EE183D
Text Example
Text Example
White with #EE183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE183D; }
p { color: rgb(238,24,61); }
H1.HeaderClassName
{
color: #EE183D;
}
.AnyTagClassName
{
color: #EE183D;
}
</style>
background-color css
<style>
a { background-color: #EE183D; }
a { background-color: rgb(238,24,61); }
div.DivClassName
{
background-color: #EE183D;
}
.BgClassName
{
background-color: #EE183D;
}
</style>
border-color css
<style>
span { border-color: #EE183D; }
span { border-color: rgb(238,24,61); }
td.TdClassName
{
border-color: #EE183D;
}
.TagClassName
{
border-color: #EE183D;
}
</style>