Shades of Venetian Red #EF0013
Tints of Venetian Red #EF0013
RGB
CMYK
RGB Variations
Color information
#EF0013 (or 0xEF0013) is known color: Venetian Red. HEX triplet: EF, 00 and 13. RGB value is (239,0,19). Sum of RGB (Red+Green+Blue) = 239+0+19=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0013 is #10FFEC. Grayscale: #494949. Windows color (decimal): -1114093 or 1245423. OLE color: 1245423.
HSL color Cylindrical-coordinate representation of color #EF0013: hue angle of 355.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.92 | 0.06 |
| HSL | 355.23º | 1% | 0.47% | - |
| HSV(B) | 355.23º | 1% | 0.94% | - |
| XYZ | 35.71 | 18.4 | 2.28 | - |
| YUV | 73.63 | 97.18 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 19 | 0 | 1 | 0.92 | 0.06 | 355.23 | 1 | 0.47 |
| Hex | EF | 0 | 13 | 0 | 64 | 5C | 6 | 163 | 64 | 2F |
| Octal | 357 | 0 | 23 | 0 | 144 | 134 | 6 | 543 | 144 | 57 |
| Binary | 11101111 | 0 | 10011 | 0 | 1100100 | 1011100 | 110 | 101100011 | 1100100 | 101111 |
Color Harmonies of #EF0013
Complementary color
Monochromatic Colors of #EF0013
Black with #EF0013
Text Example
Text Example
White with #EF0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0013; }
p { color: rgb(239,0,19); }
H1.HeaderClassName
{
color: #EF0013;
}
.AnyTagClassName
{
color: #EF0013;
}
</style>
background-color css
<style>
a { background-color: #EF0013; }
a { background-color: rgb(239,0,19); }
div.DivClassName
{
background-color: #EF0013;
}
.BgClassName
{
background-color: #EF0013;
}
</style>
border-color css
<style>
span { border-color: #EF0013; }
span { border-color: rgb(239,0,19); }
td.TdClassName
{
border-color: #EF0013;
}
.TagClassName
{
border-color: #EF0013;
}
</style>