Shades of Scarlet #EE1C0D
Tints of Scarlet #EE1C0D
RGB
CMYK
RGB Variations
Color information
#EE1C0D (or 0xEE1C0D) is known color: Scarlet. HEX triplet: EE, 1C and 0D. RGB value is (238,28,13). Sum of RGB (Red+Green+Blue) = 238+28+13=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1C0D is #11E3F2. Grayscale: #595959. Windows color (decimal): -1172467 or 859374. OLE color: 859374.
HSL color Cylindrical-coordinate representation of color #EE1C0D: hue angle of 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 #EE1C0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 13 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.07 |
| HSL | 4º | 0.9% | 0.49% | - |
| HSV(B) | 4º | 0.95% | 0.93% | - |
| XYZ | 35.75 | 19.04 | 2.17 | - |
| YUV | 89.08 | 85.07 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 13 | 0 | 0.88 | 0.95 | 0.07 | 4 | 0.9 | 0.49 |
| Hex | EE | 1C | D | 0 | 58 | 5F | 7 | 4 | 5A | 31 |
| Octal | 356 | 34 | 15 | 0 | 130 | 137 | 7 | 4 | 132 | 61 |
| Binary | 11101110 | 11100 | 1101 | 0 | 1011000 | 1011111 | 111 | 100 | 1011010 | 110001 |
Color Harmonies of #EE1C0D
Complementary color
Monochromatic Colors of #EE1C0D
Black with #EE1C0D
Text Example
Text Example
White with #EE1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1C0D; }
p { color: rgb(238,28,13); }
H1.HeaderClassName
{
color: #EE1C0D;
}
.AnyTagClassName
{
color: #EE1C0D;
}
</style>
background-color css
<style>
a { background-color: #EE1C0D; }
a { background-color: rgb(238,28,13); }
div.DivClassName
{
background-color: #EE1C0D;
}
.BgClassName
{
background-color: #EE1C0D;
}
</style>
border-color css
<style>
span { border-color: #EE1C0D; }
span { border-color: rgb(238,28,13); }
td.TdClassName
{
border-color: #EE1C0D;
}
.TagClassName
{
border-color: #EE1C0D;
}
</style>