Shades of Scarlet #EF2313
Tints of Scarlet #EF2313
RGB
CMYK
RGB Variations
Color information
#EF2313 (or 0xEF2313) is known color: Scarlet. HEX triplet: EF, 23 and 13. RGB value is (239,35,19). Sum of RGB (Red+Green+Blue) = 239+35+19=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2313 is #10DCEC. Grayscale: #5E5E5E. Windows color (decimal): -1105133 or 1254383. OLE color: 1254383.
HSL color Cylindrical-coordinate representation of color #EF2313: hue angle of 4.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF2313 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.06 |
| HSL | 4.36º | 0.87% | 0.51% | - |
| HSV(B) | 4.36º | 0.92% | 0.94% | - |
| XYZ | 36.32 | 19.6 | 2.49 | - |
| YUV | 94.17 | 85.59 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 19 | 0 | 0.85 | 0.92 | 0.06 | 4.36 | 0.87 | 0.51 |
| Hex | EF | 23 | 13 | 0 | 55 | 5C | 6 | 4 | 57 | 33 |
| Octal | 357 | 43 | 23 | 0 | 125 | 134 | 6 | 4 | 127 | 63 |
| Binary | 11101111 | 100011 | 10011 | 0 | 1010101 | 1011100 | 110 | 100 | 1010111 | 110011 |
Color Harmonies of #EF2313
Complementary color
Monochromatic Colors of #EF2313
Black with #EF2313
Text Example
Text Example
White with #EF2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2313; }
p { color: rgb(239,35,19); }
H1.HeaderClassName
{
color: #EF2313;
}
.AnyTagClassName
{
color: #EF2313;
}
</style>
background-color css
<style>
a { background-color: #EF2313; }
a { background-color: rgb(239,35,19); }
div.DivClassName
{
background-color: #EF2313;
}
.BgClassName
{
background-color: #EF2313;
}
</style>
border-color css
<style>
span { border-color: #EF2313; }
span { border-color: rgb(239,35,19); }
td.TdClassName
{
border-color: #EF2313;
}
.TagClassName
{
border-color: #EF2313;
}
</style>