Shades of Red #EF0D09
Tints of Red #EF0D09
RGB
CMYK
RGB Variations
Color information
#EF0D09 (or 0xEF0D09) is known color: Red. HEX triplet: EF, 0D and 09. RGB value is (239,13,9). Sum of RGB (Red+Green+Blue) = 239+13+9=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0D09 is #10F2F6. Grayscale: #505050. Windows color (decimal): -1110775 or 593391. OLE color: 593391.
HSL color Cylindrical-coordinate representation of color #EF0D09: hue angle of 1.04º 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 #EF0D09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.06 |
| HSL | 1.04º | 0.93% | 0.49% | - |
| HSV(B) | 1.04º | 0.96% | 0.94% | - |
| XYZ | 35.79 | 18.66 | 1.97 | - |
| YUV | 80.12 | 87.87 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 9 | 0 | 0.95 | 0.96 | 0.06 | 1.04 | 0.93 | 0.49 |
| Hex | EF | D | 9 | 0 | 5F | 60 | 6 | 1 | 5D | 31 |
| Octal | 357 | 15 | 11 | 0 | 137 | 140 | 6 | 1 | 135 | 61 |
| Binary | 11101111 | 1101 | 1001 | 0 | 1011111 | 1100000 | 110 | 1 | 1011101 | 110001 |
Color Harmonies of #EF0D09
Complementary color
Monochromatic Colors of #EF0D09
Black with #EF0D09
Text Example
Text Example
White with #EF0D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D09; }
p { color: rgb(239,13,9); }
H1.HeaderClassName
{
color: #EF0D09;
}
.AnyTagClassName
{
color: #EF0D09;
}
</style>
background-color css
<style>
a { background-color: #EF0D09; }
a { background-color: rgb(239,13,9); }
div.DivClassName
{
background-color: #EF0D09;
}
.BgClassName
{
background-color: #EF0D09;
}
</style>
border-color css
<style>
span { border-color: #EF0D09; }
span { border-color: rgb(239,13,9); }
td.TdClassName
{
border-color: #EF0D09;
}
.TagClassName
{
border-color: #EF0D09;
}
</style>