Shades of Red #EF0907
Tints of Red #EF0907
RGB
CMYK
RGB Variations
Color information
#EF0907 (or 0xEF0907) is known color: Red. HEX triplet: EF, 09 and 07. RGB value is (239,9,7). Sum of RGB (Red+Green+Blue) = 239+9+7=255 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.73% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0907 is #10F6F8. Grayscale: #4D4D4D. Windows color (decimal): -1111801 or 461295. OLE color: 461295.
HSL color Cylindrical-coordinate representation of color #EF0907: hue angle of 0.52º 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 #EF0907 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.06 |
| HSL | 0.52º | 0.94% | 0.48% | - |
| HSV(B) | 0.52º | 0.97% | 0.94% | - |
| XYZ | 35.73 | 18.56 | 1.9 | - |
| YUV | 77.54 | 88.2 | 243.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 7 | 0 | 0.96 | 0.97 | 0.06 | 0.52 | 0.94 | 0.48 |
| Hex | EF | 9 | 7 | 0 | 60 | 61 | 6 | 1 | 5E | 30 |
| Octal | 357 | 11 | 7 | 0 | 140 | 141 | 6 | 1 | 136 | 60 |
| Binary | 11101111 | 1001 | 111 | 0 | 1100000 | 1100001 | 110 | 1 | 1011110 | 110000 |
Color Harmonies of #EF0907
Complementary color
Monochromatic Colors of #EF0907
Black with #EF0907
Text Example
Text Example
White with #EF0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0907; }
p { color: rgb(239,9,7); }
H1.HeaderClassName
{
color: #EF0907;
}
.AnyTagClassName
{
color: #EF0907;
}
</style>
background-color css
<style>
a { background-color: #EF0907; }
a { background-color: rgb(239,9,7); }
div.DivClassName
{
background-color: #EF0907;
}
.BgClassName
{
background-color: #EF0907;
}
</style>
border-color css
<style>
span { border-color: #EF0907; }
span { border-color: rgb(239,9,7); }
td.TdClassName
{
border-color: #EF0907;
}
.TagClassName
{
border-color: #EF0907;
}
</style>