Shades of Red #EF0601
Tints of Red #EF0601
RGB
CMYK
RGB Variations
Color information
#EF0601 (or 0xEF0601) is known color: Red. HEX triplet: EF, 06 and 01. RGB value is (239,6,1). Sum of RGB (Red+Green+Blue) = 239+6+1=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0601 is #10F9FE. Grayscale: #4B4B4B. Windows color (decimal): -1112575 or 67311. OLE color: 67311.
HSL color Cylindrical-coordinate representation of color #EF0601: hue angle of 1.26º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0601 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.06 |
| HSL | 1.26º | 0.99% | 0.47% | - |
| HSV(B) | 1.26º | 1% | 0.94% | - |
| XYZ | 35.67 | 18.48 | 1.72 | - |
| YUV | 75.1 | 86.19 | 244.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 1 | 0 | 0.97 | 1.00 | 0.06 | 1.26 | 0.99 | 0.47 |
| Hex | EF | 6 | 1 | 0 | 61 | 64 | 6 | 1 | 63 | 2F |
| Octal | 357 | 6 | 1 | 0 | 141 | 144 | 6 | 1 | 143 | 57 |
| Binary | 11101111 | 110 | 1 | 0 | 1100001 | 1100100 | 110 | 1 | 1100011 | 101111 |
Color Harmonies of #EF0601
Complementary color
Monochromatic Colors of #EF0601
Black with #EF0601
Text Example
Text Example
White with #EF0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0601; }
p { color: rgb(239,6,1); }
H1.HeaderClassName
{
color: #EF0601;
}
.AnyTagClassName
{
color: #EF0601;
}
</style>
background-color css
<style>
a { background-color: #EF0601; }
a { background-color: rgb(239,6,1); }
div.DivClassName
{
background-color: #EF0601;
}
.BgClassName
{
background-color: #EF0601;
}
</style>
border-color css
<style>
span { border-color: #EF0601; }
span { border-color: rgb(239,6,1); }
td.TdClassName
{
border-color: #EF0601;
}
.TagClassName
{
border-color: #EF0601;
}
</style>