Shades of Venetian Red #EF0408
Tints of Venetian Red #EF0408
RGB
CMYK
RGB Variations
Color information
#EF0408 (or 0xEF0408) is known color: Venetian Red. HEX triplet: EF, 04 and 08. RGB value is (239,4,8). Sum of RGB (Red+Green+Blue) = 239+4+8=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0408 is #10FBF7. Grayscale: #4A4A4A. Windows color (decimal): -1113080 or 525551. OLE color: 525551.
HSL color Cylindrical-coordinate representation of color #EF0408: hue angle of 358.98º degrees, saturation: 0.97, 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 #EF0408 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.06 |
| HSL | 358.98º | 0.97% | 0.48% | - |
| HSV(B) | 358.98º | 0.98% | 0.94% | - |
| XYZ | 35.68 | 18.46 | 1.91 | - |
| YUV | 74.72 | 90.36 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 8 | 0 | 0.98 | 0.97 | 0.06 | 358.98 | 0.97 | 0.48 |
| Hex | EF | 4 | 8 | 0 | 62 | 61 | 6 | 167 | 61 | 30 |
| Octal | 357 | 4 | 10 | 0 | 142 | 141 | 6 | 547 | 141 | 60 |
| Binary | 11101111 | 100 | 1000 | 0 | 1100010 | 1100001 | 110 | 101100111 | 1100001 | 110000 |
Color Harmonies of #EF0408
Complementary color
Monochromatic Colors of #EF0408
Black with #EF0408
Text Example
Text Example
White with #EF0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0408; }
p { color: rgb(239,4,8); }
H1.HeaderClassName
{
color: #EF0408;
}
.AnyTagClassName
{
color: #EF0408;
}
</style>
background-color css
<style>
a { background-color: #EF0408; }
a { background-color: rgb(239,4,8); }
div.DivClassName
{
background-color: #EF0408;
}
.BgClassName
{
background-color: #EF0408;
}
</style>
border-color css
<style>
span { border-color: #EF0408; }
span { border-color: rgb(239,4,8); }
td.TdClassName
{
border-color: #EF0408;
}
.TagClassName
{
border-color: #EF0408;
}
</style>