Shades of Scarlet #EF2308
Tints of Scarlet #EF2308
RGB
CMYK
RGB Variations
Color information
#EF2308 (or 0xEF2308) is known color: Scarlet. HEX triplet: EF, 23 and 08. RGB value is (239,35,8). Sum of RGB (Red+Green+Blue) = 239+35+8=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2308 is #10DCF7. Grayscale: #5D5D5D. Windows color (decimal): -1105144 or 533487. OLE color: 533487.
HSL color Cylindrical-coordinate representation of color #EF2308: hue angle of 7.01º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF2308 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 8 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.06 |
| HSL | 7.01º | 0.94% | 0.48% | - |
| HSV(B) | 7.01º | 0.97% | 0.94% | - |
| XYZ | 36.24 | 19.57 | 2.1 | - |
| YUV | 92.92 | 80.09 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 8 | 0 | 0.85 | 0.97 | 0.06 | 7.01 | 0.94 | 0.48 |
| Hex | EF | 23 | 8 | 0 | 55 | 61 | 6 | 7 | 5E | 30 |
| Octal | 357 | 43 | 10 | 0 | 125 | 141 | 6 | 7 | 136 | 60 |
| Binary | 11101111 | 100011 | 1000 | 0 | 1010101 | 1100001 | 110 | 111 | 1011110 | 110000 |
Color Harmonies of #EF2308
Complementary color
Monochromatic Colors of #EF2308
Black with #EF2308
Text Example
Text Example
White with #EF2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2308; }
p { color: rgb(239,35,8); }
H1.HeaderClassName
{
color: #EF2308;
}
.AnyTagClassName
{
color: #EF2308;
}
</style>
background-color css
<style>
a { background-color: #EF2308; }
a { background-color: rgb(239,35,8); }
div.DivClassName
{
background-color: #EF2308;
}
.BgClassName
{
background-color: #EF2308;
}
</style>
border-color css
<style>
span { border-color: #EF2308; }
span { border-color: rgb(239,35,8); }
td.TdClassName
{
border-color: #EF2308;
}
.TagClassName
{
border-color: #EF2308;
}
</style>