Shades of Scarlet #EE1E0C
Tints of Scarlet #EE1E0C
RGB
CMYK
RGB Variations
Color information
#EE1E0C (or 0xEE1E0C) is known color: Scarlet. HEX triplet: EE, 1E and 0C. RGB value is (238,30,12). Sum of RGB (Red+Green+Blue) = 238+30+12=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1E0C is #11E1F3. Grayscale: #5A5A5A. Windows color (decimal): -1171956 or 794350. OLE color: 794350.
HSL color Cylindrical-coordinate representation of color #EE1E0C: hue angle of 4.78º 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 #EE1E0C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.07 |
| HSL | 4.78º | 0.9% | 0.49% | - |
| HSV(B) | 4.78º | 0.95% | 0.93% | - |
| XYZ | 35.79 | 19.13 | 2.15 | - |
| YUV | 90.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 12 | 0 | 0.87 | 0.95 | 0.07 | 4.78 | 0.9 | 0.49 |
| Hex | EE | 1E | C | 0 | 57 | 5F | 7 | 5 | 5A | 31 |
| Octal | 356 | 36 | 14 | 0 | 127 | 137 | 7 | 5 | 132 | 61 |
| Binary | 11101110 | 11110 | 1100 | 0 | 1010111 | 1011111 | 111 | 101 | 1011010 | 110001 |
Color Harmonies of #EE1E0C
Complementary color
Monochromatic Colors of #EE1E0C
Black with #EE1E0C
Text Example
Text Example
White with #EE1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E0C; }
p { color: rgb(238,30,12); }
H1.HeaderClassName
{
color: #EE1E0C;
}
.AnyTagClassName
{
color: #EE1E0C;
}
</style>
background-color css
<style>
a { background-color: #EE1E0C; }
a { background-color: rgb(238,30,12); }
div.DivClassName
{
background-color: #EE1E0C;
}
.BgClassName
{
background-color: #EE1E0C;
}
</style>
border-color css
<style>
span { border-color: #EE1E0C; }
span { border-color: rgb(238,30,12); }
td.TdClassName
{
border-color: #EE1E0C;
}
.TagClassName
{
border-color: #EE1E0C;
}
</style>