Shades of Scarlet #EE210C
Tints of Scarlet #EE210C
RGB
CMYK
RGB Variations
Color information
#EE210C (or 0xEE210C) is known color: Scarlet. HEX triplet: EE, 21 and 0C. RGB value is (238,33,12). Sum of RGB (Red+Green+Blue) = 238+33+12=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE210C is #11DEF3. Grayscale: #5C5C5C. Windows color (decimal): -1171188 or 795118. OLE color: 795118.
HSL color Cylindrical-coordinate representation of color #EE210C: hue angle of 5.58º 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 #EE210C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.07 |
| HSL | 5.58º | 0.9% | 0.49% | - |
| HSV(B) | 5.58º | 0.95% | 0.93% | - |
| XYZ | 35.87 | 19.29 | 2.18 | - |
| YUV | 91.9 | 82.92 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 12 | 0 | 0.86 | 0.95 | 0.07 | 5.58 | 0.9 | 0.49 |
| Hex | EE | 21 | C | 0 | 56 | 5F | 7 | 6 | 5A | 31 |
| Octal | 356 | 41 | 14 | 0 | 126 | 137 | 7 | 6 | 132 | 61 |
| Binary | 11101110 | 100001 | 1100 | 0 | 1010110 | 1011111 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #EE210C
Complementary color
Monochromatic Colors of #EE210C
Black with #EE210C
Text Example
Text Example
White with #EE210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE210C; }
p { color: rgb(238,33,12); }
H1.HeaderClassName
{
color: #EE210C;
}
.AnyTagClassName
{
color: #EE210C;
}
</style>
background-color css
<style>
a { background-color: #EE210C; }
a { background-color: rgb(238,33,12); }
div.DivClassName
{
background-color: #EE210C;
}
.BgClassName
{
background-color: #EE210C;
}
</style>
border-color css
<style>
span { border-color: #EE210C; }
span { border-color: rgb(238,33,12); }
td.TdClassName
{
border-color: #EE210C;
}
.TagClassName
{
border-color: #EE210C;
}
</style>