Shades of Venetian Red #EE060D
Tints of Venetian Red #EE060D
RGB
CMYK
RGB Variations
Color information
#EE060D (or 0xEE060D) is known color: Venetian Red. HEX triplet: EE, 06 and 0D. RGB value is (238,6,13). Sum of RGB (Red+Green+Blue) = 238+6+13=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE060D is #11F9F2. Grayscale: #4C4C4C. Windows color (decimal): -1178099 or 853742. OLE color: 853742.
HSL color Cylindrical-coordinate representation of color #EE060D: hue angle of 358.19º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE060D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.07 |
| HSL | 358.19º | 0.95% | 0.48% | - |
| HSV(B) | 358.19º | 0.97% | 0.93% | - |
| XYZ | 35.4 | 18.34 | 2.05 | - |
| YUV | 76.17 | 92.36 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 13 | 0 | 0.97 | 0.95 | 0.07 | 358.19 | 0.95 | 0.48 |
| Hex | EE | 6 | D | 0 | 61 | 5F | 7 | 166 | 5F | 30 |
| Octal | 356 | 6 | 15 | 0 | 141 | 137 | 7 | 546 | 137 | 60 |
| Binary | 11101110 | 110 | 1101 | 0 | 1100001 | 1011111 | 111 | 101100110 | 1011111 | 110000 |
Color Harmonies of #EE060D
Complementary color
Monochromatic Colors of #EE060D
Black with #EE060D
Text Example
Text Example
White with #EE060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE060D; }
p { color: rgb(238,6,13); }
H1.HeaderClassName
{
color: #EE060D;
}
.AnyTagClassName
{
color: #EE060D;
}
</style>
background-color css
<style>
a { background-color: #EE060D; }
a { background-color: rgb(238,6,13); }
div.DivClassName
{
background-color: #EE060D;
}
.BgClassName
{
background-color: #EE060D;
}
</style>
border-color css
<style>
span { border-color: #EE060D; }
span { border-color: rgb(238,6,13); }
td.TdClassName
{
border-color: #EE060D;
}
.TagClassName
{
border-color: #EE060D;
}
</style>