Shades of Scarlet #EE1F0D
Tints of Scarlet #EE1F0D
RGB
CMYK
RGB Variations
Color information
#EE1F0D (or 0xEE1F0D) is known color: Scarlet. HEX triplet: EE, 1F and 0D. RGB value is (238,31,13). Sum of RGB (Red+Green+Blue) = 238+31+13=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1F0D is #11E0F2. Grayscale: #5B5B5B. Windows color (decimal): -1171699 or 860142. OLE color: 860142.
HSL color Cylindrical-coordinate representation of color #EE1F0D: hue angle of 4.8º 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 #EE1F0D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.07 |
| HSL | 4.8º | 0.9% | 0.49% | - |
| HSV(B) | 4.8º | 0.95% | 0.93% | - |
| XYZ | 35.82 | 19.19 | 2.2 | - |
| YUV | 90.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 13 | 0 | 0.87 | 0.95 | 0.07 | 4.8 | 0.9 | 0.49 |
| Hex | EE | 1F | D | 0 | 57 | 5F | 7 | 5 | 5A | 31 |
| Octal | 356 | 37 | 15 | 0 | 127 | 137 | 7 | 5 | 132 | 61 |
| Binary | 11101110 | 11111 | 1101 | 0 | 1010111 | 1011111 | 111 | 101 | 1011010 | 110001 |
Color Harmonies of #EE1F0D
Complementary color
Monochromatic Colors of #EE1F0D
Black with #EE1F0D
Text Example
Text Example
White with #EE1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1F0D; }
p { color: rgb(238,31,13); }
H1.HeaderClassName
{
color: #EE1F0D;
}
.AnyTagClassName
{
color: #EE1F0D;
}
</style>
background-color css
<style>
a { background-color: #EE1F0D; }
a { background-color: rgb(238,31,13); }
div.DivClassName
{
background-color: #EE1F0D;
}
.BgClassName
{
background-color: #EE1F0D;
}
</style>
border-color css
<style>
span { border-color: #EE1F0D; }
span { border-color: rgb(238,31,13); }
td.TdClassName
{
border-color: #EE1F0D;
}
.TagClassName
{
border-color: #EE1F0D;
}
</style>