Shades of Scarlet #EE180D
Tints of Scarlet #EE180D
RGB
CMYK
RGB Variations
Color information
#EE180D (or 0xEE180D) is known color: Scarlet. HEX triplet: EE, 18 and 0D. RGB value is (238,24,13). Sum of RGB (Red+Green+Blue) = 238+24+13=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE180D is #11E7F2. Grayscale: #565656. Windows color (decimal): -1173491 or 858350. OLE color: 858350.
HSL color Cylindrical-coordinate representation of color #EE180D: hue angle of 2.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE180D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 2.93º | 0.9% | 0.49% | - |
| HSV(B) | 2.93º | 0.95% | 0.93% | - |
| XYZ | 35.66 | 18.86 | 2.14 | - |
| YUV | 86.73 | 86.4 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 13 | 0 | 0.90 | 0.95 | 0.07 | 2.93 | 0.9 | 0.49 |
| Hex | EE | 18 | D | 0 | 5A | 5F | 7 | 3 | 5A | 31 |
| Octal | 356 | 30 | 15 | 0 | 132 | 137 | 7 | 3 | 132 | 61 |
| Binary | 11101110 | 11000 | 1101 | 0 | 1011010 | 1011111 | 111 | 11 | 1011010 | 110001 |
Color Harmonies of #EE180D
Complementary color
Monochromatic Colors of #EE180D
Black with #EE180D
Text Example
Text Example
White with #EE180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE180D; }
p { color: rgb(238,24,13); }
H1.HeaderClassName
{
color: #EE180D;
}
.AnyTagClassName
{
color: #EE180D;
}
</style>
background-color css
<style>
a { background-color: #EE180D; }
a { background-color: rgb(238,24,13); }
div.DivClassName
{
background-color: #EE180D;
}
.BgClassName
{
background-color: #EE180D;
}
</style>
border-color css
<style>
span { border-color: #EE180D; }
span { border-color: rgb(238,24,13); }
td.TdClassName
{
border-color: #EE180D;
}
.TagClassName
{
border-color: #EE180D;
}
</style>