Shades of Scarlet #EE160D
Tints of Scarlet #EE160D
RGB
CMYK
RGB Variations
Color information
#EE160D (or 0xEE160D) is known color: Scarlet. HEX triplet: EE, 16 and 0D. RGB value is (238,22,13). Sum of RGB (Red+Green+Blue) = 238+22+13=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE160D is #11E9F2. Grayscale: #555555. Windows color (decimal): -1174003 or 857838. OLE color: 857838.
HSL color Cylindrical-coordinate representation of color #EE160D: hue angle of 2.4º 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 #EE160D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.07 |
| HSL | 2.4º | 0.9% | 0.49% | - |
| HSV(B) | 2.4º | 0.95% | 0.93% | - |
| XYZ | 35.62 | 18.78 | 2.13 | - |
| YUV | 85.56 | 87.06 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 13 | 0 | 0.91 | 0.95 | 0.07 | 2.4 | 0.9 | 0.49 |
| Hex | EE | 16 | D | 0 | 5B | 5F | 7 | 2 | 5A | 31 |
| Octal | 356 | 26 | 15 | 0 | 133 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101110 | 10110 | 1101 | 0 | 1011011 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EE160D
Complementary color
Monochromatic Colors of #EE160D
Black with #EE160D
Text Example
Text Example
White with #EE160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE160D; }
p { color: rgb(238,22,13); }
H1.HeaderClassName
{
color: #EE160D;
}
.AnyTagClassName
{
color: #EE160D;
}
</style>
background-color css
<style>
a { background-color: #EE160D; }
a { background-color: rgb(238,22,13); }
div.DivClassName
{
background-color: #EE160D;
}
.BgClassName
{
background-color: #EE160D;
}
</style>
border-color css
<style>
span { border-color: #EE160D; }
span { border-color: rgb(238,22,13); }
td.TdClassName
{
border-color: #EE160D;
}
.TagClassName
{
border-color: #EE160D;
}
</style>