Shades of Red #EF1005
Tints of Red #EF1005
RGB
CMYK
RGB Variations
Color information
#EF1005 (or 0xEF1005) is known color: Red. HEX triplet: EF, 10 and 05. RGB value is (239,16,5). Sum of RGB (Red+Green+Blue) = 239+16+5=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1005 is #10EFFA. Grayscale: #515151. Windows color (decimal): -1110011 or 332015. OLE color: 332015.
HSL color Cylindrical-coordinate representation of color #EF1005: hue angle of 2.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF1005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.06 |
| HSL | 2.82º | 0.96% | 0.48% | - |
| HSV(B) | 2.82º | 0.98% | 0.94% | - |
| XYZ | 35.81 | 18.73 | 1.87 | - |
| YUV | 81.42 | 84.88 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 5 | 0 | 0.93 | 0.98 | 0.06 | 2.82 | 0.96 | 0.48 |
| Hex | EF | 10 | 5 | 0 | 5D | 62 | 6 | 3 | 60 | 30 |
| Octal | 357 | 20 | 5 | 0 | 135 | 142 | 6 | 3 | 140 | 60 |
| Binary | 11101111 | 10000 | 101 | 0 | 1011101 | 1100010 | 110 | 11 | 1100000 | 110000 |
Color Harmonies of #EF1005
Complementary color
Monochromatic Colors of #EF1005
Black with #EF1005
Text Example
Text Example
White with #EF1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1005; }
p { color: rgb(239,16,5); }
H1.HeaderClassName
{
color: #EF1005;
}
.AnyTagClassName
{
color: #EF1005;
}
</style>
background-color css
<style>
a { background-color: #EF1005; }
a { background-color: rgb(239,16,5); }
div.DivClassName
{
background-color: #EF1005;
}
.BgClassName
{
background-color: #EF1005;
}
</style>
border-color css
<style>
span { border-color: #EF1005; }
span { border-color: rgb(239,16,5); }
td.TdClassName
{
border-color: #EF1005;
}
.TagClassName
{
border-color: #EF1005;
}
</style>