Shades of Venetian Red #EF090D
Tints of Venetian Red #EF090D
RGB
CMYK
RGB Variations
Color information
#EF090D (or 0xEF090D) is known color: Venetian Red. HEX triplet: EF, 09 and 0D. RGB value is (239,9,13). Sum of RGB (Red+Green+Blue) = 239+9+13=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF090D is #10F6F2. Grayscale: #4E4E4E. Windows color (decimal): -1111795 or 854511. OLE color: 854511.
HSL color Cylindrical-coordinate representation of color #EF090D: hue angle of 358.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF090D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.06 |
| HSL | 358.96º | 0.93% | 0.49% | - |
| HSV(B) | 358.96º | 0.96% | 0.94% | - |
| XYZ | 35.77 | 18.58 | 2.08 | - |
| YUV | 78.23 | 91.2 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 13 | 0 | 0.96 | 0.95 | 0.06 | 358.96 | 0.93 | 0.49 |
| Hex | EF | 9 | D | 0 | 60 | 5F | 6 | 167 | 5D | 31 |
| Octal | 357 | 11 | 15 | 0 | 140 | 137 | 6 | 547 | 135 | 61 |
| Binary | 11101111 | 1001 | 1101 | 0 | 1100000 | 1011111 | 110 | 101100111 | 1011101 | 110001 |
Color Harmonies of #EF090D
Complementary color
Monochromatic Colors of #EF090D
Black with #EF090D
Text Example
Text Example
White with #EF090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF090D; }
p { color: rgb(239,9,13); }
H1.HeaderClassName
{
color: #EF090D;
}
.AnyTagClassName
{
color: #EF090D;
}
</style>
background-color css
<style>
a { background-color: #EF090D; }
a { background-color: rgb(239,9,13); }
div.DivClassName
{
background-color: #EF090D;
}
.BgClassName
{
background-color: #EF090D;
}
</style>
border-color css
<style>
span { border-color: #EF090D; }
span { border-color: rgb(239,9,13); }
td.TdClassName
{
border-color: #EF090D;
}
.TagClassName
{
border-color: #EF090D;
}
</style>