Shades of Scarlet #EE1C0A
Tints of Scarlet #EE1C0A
RGB
CMYK
RGB Variations
Color information
#EE1C0A (or 0xEE1C0A) is known color: Scarlet. HEX triplet: EE, 1C and 0A. RGB value is (238,28,10). Sum of RGB (Red+Green+Blue) = 238+28+10=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1C0A is #11E3F5. Grayscale: #595959. Windows color (decimal): -1172470 or 662766. OLE color: 662766.
HSL color Cylindrical-coordinate representation of color #EE1C0A: hue angle of 4.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE1C0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.07 |
| HSL | 4.74º | 0.92% | 0.49% | - |
| HSV(B) | 4.74º | 0.96% | 0.93% | - |
| XYZ | 35.73 | 19.03 | 2.08 | - |
| YUV | 88.74 | 83.57 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 10 | 0 | 0.88 | 0.96 | 0.07 | 4.74 | 0.92 | 0.49 |
| Hex | EE | 1C | A | 0 | 58 | 60 | 7 | 5 | 5C | 31 |
| Octal | 356 | 34 | 12 | 0 | 130 | 140 | 7 | 5 | 134 | 61 |
| Binary | 11101110 | 11100 | 1010 | 0 | 1011000 | 1100000 | 111 | 101 | 1011100 | 110001 |
Color Harmonies of #EE1C0A
Complementary color
Monochromatic Colors of #EE1C0A
Black with #EE1C0A
Text Example
Text Example
White with #EE1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1C0A; }
p { color: rgb(238,28,10); }
H1.HeaderClassName
{
color: #EE1C0A;
}
.AnyTagClassName
{
color: #EE1C0A;
}
</style>
background-color css
<style>
a { background-color: #EE1C0A; }
a { background-color: rgb(238,28,10); }
div.DivClassName
{
background-color: #EE1C0A;
}
.BgClassName
{
background-color: #EE1C0A;
}
</style>
border-color css
<style>
span { border-color: #EE1C0A; }
span { border-color: rgb(238,28,10); }
td.TdClassName
{
border-color: #EE1C0A;
}
.TagClassName
{
border-color: #EE1C0A;
}
</style>