Shades of Scarlet #EE180B
Tints of Scarlet #EE180B
RGB
CMYK
RGB Variations
Color information
#EE180B (or 0xEE180B) is known color: Scarlet. HEX triplet: EE, 18 and 0B. RGB value is (238,24,11). Sum of RGB (Red+Green+Blue) = 238+24+11=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE180B is #11E7F4. Grayscale: #565656. Windows color (decimal): -1173493 or 727278. OLE color: 727278.
HSL color Cylindrical-coordinate representation of color #EE180B: hue angle of 3.44º degrees, saturation: 0.91, 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 #EE180B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 3.44º | 0.91% | 0.49% | - |
| HSV(B) | 3.44º | 0.95% | 0.93% | - |
| XYZ | 35.65 | 18.85 | 2.08 | - |
| YUV | 86.5 | 85.4 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 11 | 0 | 0.90 | 0.95 | 0.07 | 3.44 | 0.91 | 0.49 |
| Hex | EE | 18 | B | 0 | 5A | 5F | 7 | 3 | 5B | 31 |
| Octal | 356 | 30 | 13 | 0 | 132 | 137 | 7 | 3 | 133 | 61 |
| Binary | 11101110 | 11000 | 1011 | 0 | 1011010 | 1011111 | 111 | 11 | 1011011 | 110001 |
Color Harmonies of #EE180B
Complementary color
Monochromatic Colors of #EE180B
Black with #EE180B
Text Example
Text Example
White with #EE180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE180B; }
p { color: rgb(238,24,11); }
H1.HeaderClassName
{
color: #EE180B;
}
.AnyTagClassName
{
color: #EE180B;
}
</style>
background-color css
<style>
a { background-color: #EE180B; }
a { background-color: rgb(238,24,11); }
div.DivClassName
{
background-color: #EE180B;
}
.BgClassName
{
background-color: #EE180B;
}
</style>
border-color css
<style>
span { border-color: #EE180B; }
span { border-color: rgb(238,24,11); }
td.TdClassName
{
border-color: #EE180B;
}
.TagClassName
{
border-color: #EE180B;
}
</style>