Shades of Scarlet #EF2900
Tints of Scarlet #EF2900
RGB
CMYK
RGB Variations
Color information
#EF2900 (or 0xEF2900) is known color: Scarlet. HEX triplet: EF, 29 and 00. RGB value is (239,41,0). Sum of RGB (Red+Green+Blue) = 239+41+0=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2900 is #10D6FF. Grayscale: #5F5F5F. Windows color (decimal): -1103616 or 10735. OLE color: 10735.
HSL color Cylindrical-coordinate representation of color #EF2900: hue angle of 10.29º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF2900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.06 |
| HSL | 10.29º | 1% | 0.47% | - |
| HSV(B) | 10.29º | 1% | 0.94% | - |
| XYZ | 36.39 | 19.94 | 1.93 | - |
| YUV | 95.53 | 74.1 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 0 | 0 | 0.83 | 1 | 0.06 | 10.29 | 1 | 0.47 |
| Hex | EF | 29 | 0 | 0 | 53 | 64 | 6 | A | 64 | 2F |
| Octal | 357 | 51 | 0 | 0 | 123 | 144 | 6 | 12 | 144 | 57 |
| Binary | 11101111 | 101001 | 0 | 0 | 1010011 | 1100100 | 110 | 1010 | 1100100 | 101111 |
Color Harmonies of #EF2900
Complementary color
Monochromatic Colors of #EF2900
Black with #EF2900
Text Example
Text Example
White with #EF2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2900; }
p { color: rgb(239,41,0); }
H1.HeaderClassName
{
color: #EF2900;
}
.AnyTagClassName
{
color: #EF2900;
}
</style>
background-color css
<style>
a { background-color: #EF2900; }
a { background-color: rgb(239,41,0); }
div.DivClassName
{
background-color: #EF2900;
}
.BgClassName
{
background-color: #EF2900;
}
</style>
border-color css
<style>
span { border-color: #EF2900; }
span { border-color: rgb(239,41,0); }
td.TdClassName
{
border-color: #EF2900;
}
.TagClassName
{
border-color: #EF2900;
}
</style>