Shades of Scarlet #EE250C
Tints of Scarlet #EE250C
RGB
CMYK
RGB Variations
Color information
#EE250C (or 0xEE250C) is known color: Scarlet. HEX triplet: EE, 25 and 0C. RGB value is (238,37,12). Sum of RGB (Red+Green+Blue) = 238+37+12=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE250C is #11DAF3. Grayscale: #5E5E5E. Windows color (decimal): -1170164 or 796142. OLE color: 796142.
HSL color Cylindrical-coordinate representation of color #EE250C: hue angle of 6.64º 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 #EE250C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.07 |
| HSL | 6.64º | 0.9% | 0.49% | - |
| HSV(B) | 6.64º | 0.95% | 0.93% | - |
| XYZ | 35.99 | 19.53 | 2.22 | - |
| YUV | 94.25 | 81.59 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 12 | 0 | 0.84 | 0.95 | 0.07 | 6.64 | 0.9 | 0.49 |
| Hex | EE | 25 | C | 0 | 54 | 5F | 7 | 7 | 5A | 31 |
| Octal | 356 | 45 | 14 | 0 | 124 | 137 | 7 | 7 | 132 | 61 |
| Binary | 11101110 | 100101 | 1100 | 0 | 1010100 | 1011111 | 111 | 111 | 1011010 | 110001 |
Color Harmonies of #EE250C
Complementary color
Monochromatic Colors of #EE250C
Black with #EE250C
Text Example
Text Example
White with #EE250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE250C; }
p { color: rgb(238,37,12); }
H1.HeaderClassName
{
color: #EE250C;
}
.AnyTagClassName
{
color: #EE250C;
}
</style>
background-color css
<style>
a { background-color: #EE250C; }
a { background-color: rgb(238,37,12); }
div.DivClassName
{
background-color: #EE250C;
}
.BgClassName
{
background-color: #EE250C;
}
</style>
border-color css
<style>
span { border-color: #EE250C; }
span { border-color: rgb(238,37,12); }
td.TdClassName
{
border-color: #EE250C;
}
.TagClassName
{
border-color: #EE250C;
}
</style>