Shades of Red #EF0909
Tints of Red #EF0909
RGB
CMYK
RGB Variations
Color information
#EF0909 (or 0xEF0909) is known color: Red. HEX triplet: EF, 09 and 09. RGB value is (239,9,9). Sum of RGB (Red+Green+Blue) = 239+9+9=257 (34% of max value = 765). Red value is 239 (93.75% from 255 or 93.00% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0909 is #10F6F6. Grayscale: #4E4E4E. Windows color (decimal): -1111799 or 592367. OLE color: 592367.
HSL color Cylindrical-coordinate representation of color #EF0909: hue angle of 0º degrees, saturation: 0.93, 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 #EF0909 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.06 |
| HSL | 0º | 0.93% | 0.49% | - |
| HSV(B) | 0º | 0.96% | 0.94% | - |
| XYZ | 35.74 | 18.57 | 1.96 | - |
| YUV | 77.77 | 89.2 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 9 | 0 | 0.96 | 0.96 | 0.06 | 0 | 0.93 | 0.49 |
| Hex | EF | 9 | 9 | 0 | 60 | 60 | 6 | 0 | 5D | 31 |
| Octal | 357 | 11 | 11 | 0 | 140 | 140 | 6 | 0 | 135 | 61 |
| Binary | 11101111 | 1001 | 1001 | 0 | 1100000 | 1100000 | 110 | 0 | 1011101 | 110001 |
Color Harmonies of #EF0909
Complementary color
Monochromatic Colors of #EF0909
Black with #EF0909
Text Example
Text Example
White with #EF0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0909; }
p { color: rgb(239,9,9); }
H1.HeaderClassName
{
color: #EF0909;
}
.AnyTagClassName
{
color: #EF0909;
}
</style>
background-color css
<style>
a { background-color: #EF0909; }
a { background-color: rgb(239,9,9); }
div.DivClassName
{
background-color: #EF0909;
}
.BgClassName
{
background-color: #EF0909;
}
</style>
border-color css
<style>
span { border-color: #EF0909; }
span { border-color: rgb(239,9,9); }
td.TdClassName
{
border-color: #EF0909;
}
.TagClassName
{
border-color: #EF0909;
}
</style>