Shades of Red #EF0902
Tints of Red #EF0902
RGB
CMYK
RGB Variations
Color information
#EF0902 (or 0xEF0902) is known color: Red. HEX triplet: EF, 09 and 02. RGB value is (239,9,2). Sum of RGB (Red+Green+Blue) = 239+9+2=250 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0902 is #10F6FD. Grayscale: #4D4D4D. Windows color (decimal): -1111806 or 133615. OLE color: 133615.
HSL color Cylindrical-coordinate representation of color #EF0902: hue angle of 1.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.06 |
| HSL | 1.77º | 0.98% | 0.47% | - |
| HSV(B) | 1.77º | 0.99% | 0.94% | - |
| XYZ | 35.71 | 18.55 | 1.76 | - |
| YUV | 76.97 | 85.7 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 2 | 0 | 0.96 | 0.99 | 0.06 | 1.77 | 0.98 | 0.47 |
| Hex | EF | 9 | 2 | 0 | 60 | 63 | 6 | 2 | 62 | 2F |
| Octal | 357 | 11 | 2 | 0 | 140 | 143 | 6 | 2 | 142 | 57 |
| Binary | 11101111 | 1001 | 10 | 0 | 1100000 | 1100011 | 110 | 10 | 1100010 | 101111 |
Color Harmonies of #EF0902
Complementary color
Monochromatic Colors of #EF0902
Black with #EF0902
Text Example
Text Example
White with #EF0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0902; }
p { color: rgb(239,9,2); }
H1.HeaderClassName
{
color: #EF0902;
}
.AnyTagClassName
{
color: #EF0902;
}
</style>
background-color css
<style>
a { background-color: #EF0902; }
a { background-color: rgb(239,9,2); }
div.DivClassName
{
background-color: #EF0902;
}
.BgClassName
{
background-color: #EF0902;
}
</style>
border-color css
<style>
span { border-color: #EF0902; }
span { border-color: rgb(239,9,2); }
td.TdClassName
{
border-color: #EF0902;
}
.TagClassName
{
border-color: #EF0902;
}
</style>