Shades of Venetian Red #EF000D
Tints of Venetian Red #EF000D
RGB
CMYK
RGB Variations
Color information
#EF000D (or 0xEF000D) is known color: Venetian Red. HEX triplet: EF, 00 and 0D. RGB value is (239,0,13). Sum of RGB (Red+Green+Blue) = 239+0+13=252 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.84% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 239 - color contains mainly: red. Hex color #EF000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF000D is #10FFF2. Grayscale: #494949. Windows color (decimal): -1114099 or 852207. OLE color: 852207.
HSL color Cylindrical-coordinate representation of color #EF000D: hue angle of 356.74º 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 #EF000D is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.95 | 0.06 |
| HSL | 356.74º | 1% | 0.47% | - |
| HSV(B) | 356.74º | 1% | 0.94% | - |
| XYZ | 35.67 | 18.38 | 2.05 | - |
| YUV | 72.94 | 94.18 | 246.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 13 | 0 | 1 | 0.95 | 0.06 | 356.74 | 1 | 0.47 |
| Hex | EF | 0 | D | 0 | 64 | 5F | 6 | 165 | 64 | 2F |
| Octal | 357 | 0 | 15 | 0 | 144 | 137 | 6 | 545 | 144 | 57 |
| Binary | 11101111 | 0 | 1101 | 0 | 1100100 | 1011111 | 110 | 101100101 | 1100100 | 101111 |
Color Harmonies of #EF000D
Complementary color
Monochromatic Colors of #EF000D
Black with #EF000D
Text Example
Text Example
White with #EF000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF000D; }
p { color: rgb(239,0,13); }
H1.HeaderClassName
{
color: #EF000D;
}
.AnyTagClassName
{
color: #EF000D;
}
</style>
background-color css
<style>
a { background-color: #EF000D; }
a { background-color: rgb(239,0,13); }
div.DivClassName
{
background-color: #EF000D;
}
.BgClassName
{
background-color: #EF000D;
}
</style>
border-color css
<style>
span { border-color: #EF000D; }
span { border-color: rgb(239,0,13); }
td.TdClassName
{
border-color: #EF000D;
}
.TagClassName
{
border-color: #EF000D;
}
</style>