Shades of Venetian Red #EF030C
Tints of Venetian Red #EF030C
RGB
CMYK
RGB Variations
Color information
#EF030C (or 0xEF030C) is known color: Venetian Red. HEX triplet: EF, 03 and 0C. RGB value is (239,3,12). Sum of RGB (Red+Green+Blue) = 239+3+12=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF030C is #10FCF3. Grayscale: #4A4A4A. Windows color (decimal): -1113332 or 787439. OLE color: 787439.
HSL color Cylindrical-coordinate representation of color #EF030C: hue angle of 357.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.06 |
| HSL | 357.71º | 0.98% | 0.47% | - |
| HSV(B) | 357.71º | 0.99% | 0.94% | - |
| XYZ | 35.7 | 18.44 | 2.03 | - |
| YUV | 74.59 | 92.69 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 12 | 0 | 0.99 | 0.95 | 0.06 | 357.71 | 0.98 | 0.47 |
| Hex | EF | 3 | C | 0 | 63 | 5F | 6 | 166 | 62 | 2F |
| Octal | 357 | 3 | 14 | 0 | 143 | 137 | 6 | 546 | 142 | 57 |
| Binary | 11101111 | 11 | 1100 | 0 | 1100011 | 1011111 | 110 | 101100110 | 1100010 | 101111 |
Color Harmonies of #EF030C
Complementary color
Monochromatic Colors of #EF030C
Black with #EF030C
Text Example
Text Example
White with #EF030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF030C; }
p { color: rgb(239,3,12); }
H1.HeaderClassName
{
color: #EF030C;
}
.AnyTagClassName
{
color: #EF030C;
}
</style>
background-color css
<style>
a { background-color: #EF030C; }
a { background-color: rgb(239,3,12); }
div.DivClassName
{
background-color: #EF030C;
}
.BgClassName
{
background-color: #EF030C;
}
</style>
border-color css
<style>
span { border-color: #EF030C; }
span { border-color: rgb(239,3,12); }
td.TdClassName
{
border-color: #EF030C;
}
.TagClassName
{
border-color: #EF030C;
}
</style>