Shades of Scarlet #EF2807
Tints of Scarlet #EF2807
RGB
CMYK
RGB Variations
Color information
#EF2807 (or 0xEF2807) is known color: Scarlet. HEX triplet: EF, 28 and 07. RGB value is (239,40,7). Sum of RGB (Red+Green+Blue) = 239+40+7=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2807 is #10D7F8. Grayscale: #606060. Windows color (decimal): -1103865 or 469231. OLE color: 469231.
HSL color Cylindrical-coordinate representation of color #EF2807: hue angle of 8.53º 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 #EF2807 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.06 |
| HSL | 8.53º | 0.94% | 0.48% | - |
| HSV(B) | 8.53º | 0.97% | 0.94% | - |
| XYZ | 36.39 | 19.88 | 2.12 | - |
| YUV | 95.74 | 77.93 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 7 | 0 | 0.83 | 0.97 | 0.06 | 8.53 | 0.94 | 0.48 |
| Hex | EF | 28 | 7 | 0 | 53 | 61 | 6 | 9 | 5E | 30 |
| Octal | 357 | 50 | 7 | 0 | 123 | 141 | 6 | 11 | 136 | 60 |
| Binary | 11101111 | 101000 | 111 | 0 | 1010011 | 1100001 | 110 | 1001 | 1011110 | 110000 |
Color Harmonies of #EF2807
Complementary color
Monochromatic Colors of #EF2807
Black with #EF2807
Text Example
Text Example
White with #EF2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2807; }
p { color: rgb(239,40,7); }
H1.HeaderClassName
{
color: #EF2807;
}
.AnyTagClassName
{
color: #EF2807;
}
</style>
background-color css
<style>
a { background-color: #EF2807; }
a { background-color: rgb(239,40,7); }
div.DivClassName
{
background-color: #EF2807;
}
.BgClassName
{
background-color: #EF2807;
}
</style>
border-color css
<style>
span { border-color: #EF2807; }
span { border-color: rgb(239,40,7); }
td.TdClassName
{
border-color: #EF2807;
}
.TagClassName
{
border-color: #EF2807;
}
</style>