Shades of Venetian Red #EE030F
Tints of Venetian Red #EE030F
RGB
CMYK
RGB Variations
Color information
#EE030F (or 0xEE030F) is known color: Venetian Red. HEX triplet: EE, 03 and 0F. RGB value is (238,3,15). Sum of RGB (Red+Green+Blue) = 238+3+15=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE030F is #11FCF0. Grayscale: #4A4A4A. Windows color (decimal): -1178865 or 984046. OLE color: 984046.
HSL color Cylindrical-coordinate representation of color #EE030F: hue angle of 356.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 356.94º | 0.98% | 0.47% | - |
| HSV(B) | 356.94º | 0.99% | 0.93% | - |
| XYZ | 35.38 | 18.28 | 2.12 | - |
| YUV | 74.63 | 94.36 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 15 | 0 | 0.99 | 0.94 | 0.07 | 356.94 | 0.98 | 0.47 |
| Hex | EE | 3 | F | 0 | 63 | 5E | 7 | 165 | 62 | 2F |
| Octal | 356 | 3 | 17 | 0 | 143 | 136 | 7 | 545 | 142 | 57 |
| Binary | 11101110 | 11 | 1111 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EE030F
Complementary color
Monochromatic Colors of #EE030F
Black with #EE030F
Text Example
Text Example
White with #EE030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE030F; }
p { color: rgb(238,3,15); }
H1.HeaderClassName
{
color: #EE030F;
}
.AnyTagClassName
{
color: #EE030F;
}
</style>
background-color css
<style>
a { background-color: #EE030F; }
a { background-color: rgb(238,3,15); }
div.DivClassName
{
background-color: #EE030F;
}
.BgClassName
{
background-color: #EE030F;
}
</style>
border-color css
<style>
span { border-color: #EE030F; }
span { border-color: rgb(238,3,15); }
td.TdClassName
{
border-color: #EE030F;
}
.TagClassName
{
border-color: #EE030F;
}
</style>