Shades of Scarlet #EE180A
Tints of Scarlet #EE180A
RGB
CMYK
RGB Variations
Color information
#EE180A (or 0xEE180A) is known color: Scarlet. HEX triplet: EE, 18 and 0A. RGB value is (238,24,10). Sum of RGB (Red+Green+Blue) = 238+24+10=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE180A is #11E7F5. Grayscale: #565656. Windows color (decimal): -1173494 or 661742. OLE color: 661742.
HSL color Cylindrical-coordinate representation of color #EE180A: hue angle of 3.68º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.07 |
| HSL | 3.68º | 0.92% | 0.49% | - |
| HSV(B) | 3.68º | 0.96% | 0.93% | - |
| XYZ | 35.64 | 18.85 | 2.05 | - |
| YUV | 86.39 | 84.9 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 10 | 0 | 0.90 | 0.96 | 0.07 | 3.68 | 0.92 | 0.49 |
| Hex | EE | 18 | A | 0 | 5A | 60 | 7 | 4 | 5C | 31 |
| Octal | 356 | 30 | 12 | 0 | 132 | 140 | 7 | 4 | 134 | 61 |
| Binary | 11101110 | 11000 | 1010 | 0 | 1011010 | 1100000 | 111 | 100 | 1011100 | 110001 |
Color Harmonies of #EE180A
Complementary color
Monochromatic Colors of #EE180A
Black with #EE180A
Text Example
Text Example
White with #EE180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE180A; }
p { color: rgb(238,24,10); }
H1.HeaderClassName
{
color: #EE180A;
}
.AnyTagClassName
{
color: #EE180A;
}
</style>
background-color css
<style>
a { background-color: #EE180A; }
a { background-color: rgb(238,24,10); }
div.DivClassName
{
background-color: #EE180A;
}
.BgClassName
{
background-color: #EE180A;
}
</style>
border-color css
<style>
span { border-color: #EE180A; }
span { border-color: rgb(238,24,10); }
td.TdClassName
{
border-color: #EE180A;
}
.TagClassName
{
border-color: #EE180A;
}
</style>