Shades of Scarlet #EE150C
Tints of Scarlet #EE150C
RGB
CMYK
RGB Variations
Color information
#EE150C (or 0xEE150C) is known color: Scarlet. HEX triplet: EE, 15 and 0C. RGB value is (238,21,12). Sum of RGB (Red+Green+Blue) = 238+21+12=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE150C is #11EAF3. Grayscale: #555555. Windows color (decimal): -1174260 or 792046. OLE color: 792046.
HSL color Cylindrical-coordinate representation of color #EE150C: hue angle of 2.39º 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 #EE150C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.07 |
| HSL | 2.39º | 0.9% | 0.49% | - |
| HSV(B) | 2.39º | 0.95% | 0.93% | - |
| XYZ | 35.59 | 18.74 | 2.09 | - |
| YUV | 84.86 | 86.89 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 12 | 0 | 0.91 | 0.95 | 0.07 | 2.39 | 0.9 | 0.49 |
| Hex | EE | 15 | C | 0 | 5B | 5F | 7 | 2 | 5A | 31 |
| Octal | 356 | 25 | 14 | 0 | 133 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101110 | 10101 | 1100 | 0 | 1011011 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EE150C
Complementary color
Monochromatic Colors of #EE150C
Black with #EE150C
Text Example
Text Example
White with #EE150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE150C; }
p { color: rgb(238,21,12); }
H1.HeaderClassName
{
color: #EE150C;
}
.AnyTagClassName
{
color: #EE150C;
}
</style>
background-color css
<style>
a { background-color: #EE150C; }
a { background-color: rgb(238,21,12); }
div.DivClassName
{
background-color: #EE150C;
}
.BgClassName
{
background-color: #EE150C;
}
</style>
border-color css
<style>
span { border-color: #EE150C; }
span { border-color: rgb(238,21,12); }
td.TdClassName
{
border-color: #EE150C;
}
.TagClassName
{
border-color: #EE150C;
}
</style>