Shades of Scarlet #EF2D0A
Tints of Scarlet #EF2D0A
RGB
CMYK
RGB Variations
Color information
#EF2D0A (or 0xEF2D0A) is known color: Scarlet. HEX triplet: EF, 2D and 0A. RGB value is (239,45,10). Sum of RGB (Red+Green+Blue) = 239+45+10=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2D0A is #10D2F5. Grayscale: #636363. Windows color (decimal): -1102582 or 667119. OLE color: 667119.
HSL color Cylindrical-coordinate representation of color #EF2D0A: hue angle of 9.17º 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 #EF2D0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.06 |
| HSL | 9.17º | 0.92% | 0.49% | - |
| HSV(B) | 9.17º | 0.96% | 0.94% | - |
| XYZ | 36.59 | 20.25 | 2.27 | - |
| YUV | 99.02 | 77.77 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 10 | 0 | 0.81 | 0.96 | 0.06 | 9.17 | 0.92 | 0.49 |
| Hex | EF | 2D | A | 0 | 51 | 60 | 6 | 9 | 5C | 31 |
| Octal | 357 | 55 | 12 | 0 | 121 | 140 | 6 | 11 | 134 | 61 |
| Binary | 11101111 | 101101 | 1010 | 0 | 1010001 | 1100000 | 110 | 1001 | 1011100 | 110001 |
Color Harmonies of #EF2D0A
Complementary color
Monochromatic Colors of #EF2D0A
Black with #EF2D0A
Text Example
Text Example
White with #EF2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D0A; }
p { color: rgb(239,45,10); }
H1.HeaderClassName
{
color: #EF2D0A;
}
.AnyTagClassName
{
color: #EF2D0A;
}
</style>
background-color css
<style>
a { background-color: #EF2D0A; }
a { background-color: rgb(239,45,10); }
div.DivClassName
{
background-color: #EF2D0A;
}
.BgClassName
{
background-color: #EF2D0A;
}
</style>
border-color css
<style>
span { border-color: #EF2D0A; }
span { border-color: rgb(239,45,10); }
td.TdClassName
{
border-color: #EF2D0A;
}
.TagClassName
{
border-color: #EF2D0A;
}
</style>