Shades of Scarlet #EF180A
Tints of Scarlet #EF180A
RGB
CMYK
RGB Variations
Color information
#EF180A (or 0xEF180A) is known color: Scarlet. HEX triplet: EF, 18 and 0A. RGB value is (239,24,10). Sum of RGB (Red+Green+Blue) = 239+24+10=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF180A is #10E7F5. Grayscale: #565656. Windows color (decimal): -1107958 or 661743. OLE color: 661743.
HSL color Cylindrical-coordinate representation of color #EF180A: hue angle of 3.67º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.06 |
| HSL | 3.67º | 0.92% | 0.49% | - |
| HSV(B) | 3.67º | 0.96% | 0.94% | - |
| XYZ | 35.98 | 19.03 | 2.06 | - |
| YUV | 86.69 | 84.73 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 10 | 0 | 0.90 | 0.96 | 0.06 | 3.67 | 0.92 | 0.49 |
| Hex | EF | 18 | A | 0 | 5A | 60 | 6 | 4 | 5C | 31 |
| Octal | 357 | 30 | 12 | 0 | 132 | 140 | 6 | 4 | 134 | 61 |
| Binary | 11101111 | 11000 | 1010 | 0 | 1011010 | 1100000 | 110 | 100 | 1011100 | 110001 |
Color Harmonies of #EF180A
Complementary color
Monochromatic Colors of #EF180A
Black with #EF180A
Text Example
Text Example
White with #EF180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF180A; }
p { color: rgb(239,24,10); }
H1.HeaderClassName
{
color: #EF180A;
}
.AnyTagClassName
{
color: #EF180A;
}
</style>
background-color css
<style>
a { background-color: #EF180A; }
a { background-color: rgb(239,24,10); }
div.DivClassName
{
background-color: #EF180A;
}
.BgClassName
{
background-color: #EF180A;
}
</style>
border-color css
<style>
span { border-color: #EF180A; }
span { border-color: rgb(239,24,10); }
td.TdClassName
{
border-color: #EF180A;
}
.TagClassName
{
border-color: #EF180A;
}
</style>