Shades of Scarlet #EF2318
Tints of Scarlet #EF2318
RGB
CMYK
RGB Variations
Color information
#EF2318 (or 0xEF2318) is known color: Scarlet. HEX triplet: EF, 23 and 18. RGB value is (239,35,24). Sum of RGB (Red+Green+Blue) = 239+35+24=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2318 is #10DCE7. Grayscale: #5E5E5E. Windows color (decimal): -1105128 or 1582063. OLE color: 1582063.
HSL color Cylindrical-coordinate representation of color #EF2318: hue angle of 3.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF2318 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.06 |
| HSL | 3.07º | 0.87% | 0.52% | - |
| HSV(B) | 3.07º | 0.9% | 0.94% | - |
| XYZ | 36.36 | 19.62 | 2.73 | - |
| YUV | 94.74 | 88.09 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 24 | 0 | 0.85 | 0.90 | 0.06 | 3.07 | 0.87 | 0.52 |
| Hex | EF | 23 | 18 | 0 | 55 | 5A | 6 | 3 | 57 | 34 |
| Octal | 357 | 43 | 30 | 0 | 125 | 132 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100011 | 11000 | 0 | 1010101 | 1011010 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF2318
Complementary color
Monochromatic Colors of #EF2318
Black with #EF2318
Text Example
Text Example
White with #EF2318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2318; }
p { color: rgb(239,35,24); }
H1.HeaderClassName
{
color: #EF2318;
}
.AnyTagClassName
{
color: #EF2318;
}
</style>
background-color css
<style>
a { background-color: #EF2318; }
a { background-color: rgb(239,35,24); }
div.DivClassName
{
background-color: #EF2318;
}
.BgClassName
{
background-color: #EF2318;
}
</style>
border-color css
<style>
span { border-color: #EF2318; }
span { border-color: rgb(239,35,24); }
td.TdClassName
{
border-color: #EF2318;
}
.TagClassName
{
border-color: #EF2318;
}
</style>