Shades of Scarlet #EE250B
Tints of Scarlet #EE250B
RGB
CMYK
RGB Variations
Color information
#EE250B (or 0xEE250B) is known color: Scarlet. HEX triplet: EE, 25 and 0B. RGB value is (238,37,11). Sum of RGB (Red+Green+Blue) = 238+37+11=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE250B is #11DAF4. Grayscale: #5E5E5E. Windows color (decimal): -1170165 or 730606. OLE color: 730606.
HSL color Cylindrical-coordinate representation of color #EE250B: hue angle of 6.87º degrees, saturation: 0.91, 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 #EE250B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.07 |
| HSL | 6.87º | 0.91% | 0.49% | - |
| HSV(B) | 6.87º | 0.95% | 0.93% | - |
| XYZ | 35.98 | 19.52 | 2.19 | - |
| YUV | 94.14 | 81.09 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 11 | 0 | 0.84 | 0.95 | 0.07 | 6.87 | 0.91 | 0.49 |
| Hex | EE | 25 | B | 0 | 54 | 5F | 7 | 7 | 5B | 31 |
| Octal | 356 | 45 | 13 | 0 | 124 | 137 | 7 | 7 | 133 | 61 |
| Binary | 11101110 | 100101 | 1011 | 0 | 1010100 | 1011111 | 111 | 111 | 1011011 | 110001 |
Color Harmonies of #EE250B
Complementary color
Monochromatic Colors of #EE250B
Black with #EE250B
Text Example
Text Example
White with #EE250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE250B; }
p { color: rgb(238,37,11); }
H1.HeaderClassName
{
color: #EE250B;
}
.AnyTagClassName
{
color: #EE250B;
}
</style>
background-color css
<style>
a { background-color: #EE250B; }
a { background-color: rgb(238,37,11); }
div.DivClassName
{
background-color: #EE250B;
}
.BgClassName
{
background-color: #EE250B;
}
</style>
border-color css
<style>
span { border-color: #EE250B; }
span { border-color: rgb(238,37,11); }
td.TdClassName
{
border-color: #EE250B;
}
.TagClassName
{
border-color: #EE250B;
}
</style>