Shades of Scarlet #EE170E
Tints of Scarlet #EE170E
RGB
CMYK
RGB Variations
Color information
#EE170E (or 0xEE170E) is known color: Scarlet. HEX triplet: EE, 17 and 0E. RGB value is (238,23,14). Sum of RGB (Red+Green+Blue) = 238+23+14=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE170E is #11E8F1. Grayscale: #565656. Windows color (decimal): -1173746 or 923630. OLE color: 923630.
HSL color Cylindrical-coordinate representation of color #EE170E: hue angle of 2.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE170E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.07 |
| HSL | 2.41º | 0.89% | 0.49% | - |
| HSV(B) | 2.41º | 0.94% | 0.93% | - |
| XYZ | 35.65 | 18.82 | 2.17 | - |
| YUV | 86.26 | 87.23 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 14 | 0 | 0.90 | 0.94 | 0.07 | 2.41 | 0.89 | 0.49 |
| Hex | EE | 17 | E | 0 | 5A | 5E | 7 | 2 | 59 | 31 |
| Octal | 356 | 27 | 16 | 0 | 132 | 136 | 7 | 2 | 131 | 61 |
| Binary | 11101110 | 10111 | 1110 | 0 | 1011010 | 1011110 | 111 | 10 | 1011001 | 110001 |
Color Harmonies of #EE170E
Complementary color
Monochromatic Colors of #EE170E
Black with #EE170E
Text Example
Text Example
White with #EE170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE170E; }
p { color: rgb(238,23,14); }
H1.HeaderClassName
{
color: #EE170E;
}
.AnyTagClassName
{
color: #EE170E;
}
</style>
background-color css
<style>
a { background-color: #EE170E; }
a { background-color: rgb(238,23,14); }
div.DivClassName
{
background-color: #EE170E;
}
.BgClassName
{
background-color: #EE170E;
}
</style>
border-color css
<style>
span { border-color: #EE170E; }
span { border-color: rgb(238,23,14); }
td.TdClassName
{
border-color: #EE170E;
}
.TagClassName
{
border-color: #EE170E;
}
</style>