Shades of Venetian Red #EF080F
Tints of Venetian Red #EF080F
RGB
CMYK
RGB Variations
Color information
#EF080F (or 0xEF080F) is known color: Venetian Red. HEX triplet: EF, 08 and 0F. RGB value is (239,8,15). Sum of RGB (Red+Green+Blue) = 239+8+15=262 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.22% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 239 - color contains mainly: red. Hex color #EF080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF080F is #10F7F0. Grayscale: #4E4E4E. Windows color (decimal): -1112049 or 985327. OLE color: 985327.
HSL color Cylindrical-coordinate representation of color #EF080F: hue angle of 358.18º 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 #EF080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.06 |
| HSL | 358.18º | 0.94% | 0.48% | - |
| HSV(B) | 358.18º | 0.97% | 0.94% | - |
| XYZ | 35.77 | 18.56 | 2.15 | - |
| YUV | 77.87 | 92.53 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 15 | 0 | 0.97 | 0.94 | 0.06 | 358.18 | 0.94 | 0.48 |
| Hex | EF | 8 | F | 0 | 61 | 5E | 6 | 166 | 5E | 30 |
| Octal | 357 | 10 | 17 | 0 | 141 | 136 | 6 | 546 | 136 | 60 |
| Binary | 11101111 | 1000 | 1111 | 0 | 1100001 | 1011110 | 110 | 101100110 | 1011110 | 110000 |
Color Harmonies of #EF080F
Complementary color
Monochromatic Colors of #EF080F
Black with #EF080F
Text Example
Text Example
White with #EF080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF080F; }
p { color: rgb(239,8,15); }
H1.HeaderClassName
{
color: #EF080F;
}
.AnyTagClassName
{
color: #EF080F;
}
</style>
background-color css
<style>
a { background-color: #EF080F; }
a { background-color: rgb(239,8,15); }
div.DivClassName
{
background-color: #EF080F;
}
.BgClassName
{
background-color: #EF080F;
}
</style>
border-color css
<style>
span { border-color: #EF080F; }
span { border-color: rgb(239,8,15); }
td.TdClassName
{
border-color: #EF080F;
}
.TagClassName
{
border-color: #EF080F;
}
</style>