Shades of Scarlet #EF300B
Tints of Scarlet #EF300B
RGB
CMYK
RGB Variations
Color information
#EF300B (or 0xEF300B) is known color: Scarlet. HEX triplet: EF, 30 and 0B. RGB value is (239,48,11). Sum of RGB (Red+Green+Blue) = 239+48+11=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF300B is #10CFF4. Grayscale: #656565. Windows color (decimal): -1101813 or 733423. OLE color: 733423.
HSL color Cylindrical-coordinate representation of color #EF300B: hue angle of 9.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF300B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.06 |
| HSL | 9.74º | 0.91% | 0.49% | - |
| HSV(B) | 9.74º | 0.95% | 0.94% | - |
| XYZ | 36.71 | 20.49 | 2.34 | - |
| YUV | 100.89 | 77.28 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 11 | 0 | 0.80 | 0.95 | 0.06 | 9.74 | 0.91 | 0.49 |
| Hex | EF | 30 | B | 0 | 50 | 5F | 6 | A | 5B | 31 |
| Octal | 357 | 60 | 13 | 0 | 120 | 137 | 6 | 12 | 133 | 61 |
| Binary | 11101111 | 110000 | 1011 | 0 | 1010000 | 1011111 | 110 | 1010 | 1011011 | 110001 |
Color Harmonies of #EF300B
Complementary color
Monochromatic Colors of #EF300B
Black with #EF300B
Text Example
Text Example
White with #EF300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF300B; }
p { color: rgb(239,48,11); }
H1.HeaderClassName
{
color: #EF300B;
}
.AnyTagClassName
{
color: #EF300B;
}
</style>
background-color css
<style>
a { background-color: #EF300B; }
a { background-color: rgb(239,48,11); }
div.DivClassName
{
background-color: #EF300B;
}
.BgClassName
{
background-color: #EF300B;
}
</style>
border-color css
<style>
span { border-color: #EF300B; }
span { border-color: rgb(239,48,11); }
td.TdClassName
{
border-color: #EF300B;
}
.TagClassName
{
border-color: #EF300B;
}
</style>