Shades of Venetian Red #E6080F
Tints of Venetian Red #E6080F
RGB
CMYK
RGB Variations
Color information
#E6080F (or 0xE6080F) is known color: Venetian Red. HEX triplet: E6, 08 and 0F. RGB value is (230,8,15). Sum of RGB (Red+Green+Blue) = 230+8+15=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E6080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6080F is #19F7F0. Grayscale: #4B4B4B. Windows color (decimal): -1701873 or 985318. OLE color: 985318.
HSL color Cylindrical-coordinate representation of color #E6080F: hue angle of 358.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6080F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.10 |
| HSL | 358.11º | 0.93% | 0.47% | - |
| HSV(B) | 358.11º | 0.97% | 0.9% | - |
| XYZ | 32.81 | 17.03 | 2.01 | - |
| YUV | 75.18 | 94.05 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 15 | 0 | 0.97 | 0.93 | 0.10 | 358.11 | 0.93 | 0.47 |
| Hex | E6 | 8 | F | 0 | 61 | 5D | A | 166 | 5D | 2F |
| Octal | 346 | 10 | 17 | 0 | 141 | 135 | 12 | 546 | 135 | 57 |
| Binary | 11100110 | 1000 | 1111 | 0 | 1100001 | 1011101 | 1010 | 101100110 | 1011101 | 101111 |
Color Harmonies of #E6080F
Complementary color
Monochromatic Colors of #E6080F
Black with #E6080F
Text Example
Text Example
White with #E6080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6080F; }
p { color: rgb(230,8,15); }
H1.HeaderClassName
{
color: #E6080F;
}
.AnyTagClassName
{
color: #E6080F;
}
</style>
background-color css
<style>
a { background-color: #E6080F; }
a { background-color: rgb(230,8,15); }
div.DivClassName
{
background-color: #E6080F;
}
.BgClassName
{
background-color: #E6080F;
}
</style>
border-color css
<style>
span { border-color: #E6080F; }
span { border-color: rgb(230,8,15); }
td.TdClassName
{
border-color: #E6080F;
}
.TagClassName
{
border-color: #E6080F;
}
</style>