Shades of Scarlet #EE170B
Tints of Scarlet #EE170B
RGB
CMYK
RGB Variations
Color information
#EE170B (or 0xEE170B) is known color: Scarlet. HEX triplet: EE, 17 and 0B. RGB value is (238,23,11). Sum of RGB (Red+Green+Blue) = 238+23+11=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE170B is #11E8F4. Grayscale: #565656. Windows color (decimal): -1173749 or 727022. OLE color: 727022.
HSL color Cylindrical-coordinate representation of color #EE170B: hue angle of 3.17º 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 #EE170B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 3.17º | 0.91% | 0.49% | - |
| HSV(B) | 3.17º | 0.95% | 0.93% | - |
| XYZ | 35.63 | 18.81 | 2.07 | - |
| YUV | 85.92 | 85.73 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 11 | 0 | 0.90 | 0.95 | 0.07 | 3.17 | 0.91 | 0.49 |
| Hex | EE | 17 | B | 0 | 5A | 5F | 7 | 3 | 5B | 31 |
| Octal | 356 | 27 | 13 | 0 | 132 | 137 | 7 | 3 | 133 | 61 |
| Binary | 11101110 | 10111 | 1011 | 0 | 1011010 | 1011111 | 111 | 11 | 1011011 | 110001 |
Color Harmonies of #EE170B
Complementary color
Monochromatic Colors of #EE170B
Black with #EE170B
Text Example
Text Example
White with #EE170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE170B; }
p { color: rgb(238,23,11); }
H1.HeaderClassName
{
color: #EE170B;
}
.AnyTagClassName
{
color: #EE170B;
}
</style>
background-color css
<style>
a { background-color: #EE170B; }
a { background-color: rgb(238,23,11); }
div.DivClassName
{
background-color: #EE170B;
}
.BgClassName
{
background-color: #EE170B;
}
</style>
border-color css
<style>
span { border-color: #EE170B; }
span { border-color: rgb(238,23,11); }
td.TdClassName
{
border-color: #EE170B;
}
.TagClassName
{
border-color: #EE170B;
}
</style>