Shades of Venetian Red #E6030F
Tints of Venetian Red #E6030F
RGB
CMYK
RGB Variations
Color information
#E6030F (or 0xE6030F) is known color: Venetian Red. HEX triplet: E6, 03 and 0F. RGB value is (230,3,15). Sum of RGB (Red+Green+Blue) = 230+3+15=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E6030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6030F is #19FCF0. Grayscale: #484848. Windows color (decimal): -1703153 or 984038. OLE color: 984038.
HSL color Cylindrical-coordinate representation of color #E6030F: hue angle of 356.83º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.10 |
| HSL | 356.83º | 0.97% | 0.46% | - |
| HSV(B) | 356.83º | 0.99% | 0.9% | - |
| XYZ | 32.75 | 16.92 | 1.99 | - |
| YUV | 72.24 | 95.71 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 15 | 0 | 0.99 | 0.93 | 0.10 | 356.83 | 0.97 | 0.46 |
| Hex | E6 | 3 | F | 0 | 63 | 5D | A | 165 | 61 | 2E |
| Octal | 346 | 3 | 17 | 0 | 143 | 135 | 12 | 545 | 141 | 56 |
| Binary | 11100110 | 11 | 1111 | 0 | 1100011 | 1011101 | 1010 | 101100101 | 1100001 | 101110 |
Color Harmonies of #E6030F
Complementary color
Monochromatic Colors of #E6030F
Black with #E6030F
Text Example
Text Example
White with #E6030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6030F; }
p { color: rgb(230,3,15); }
H1.HeaderClassName
{
color: #E6030F;
}
.AnyTagClassName
{
color: #E6030F;
}
</style>
background-color css
<style>
a { background-color: #E6030F; }
a { background-color: rgb(230,3,15); }
div.DivClassName
{
background-color: #E6030F;
}
.BgClassName
{
background-color: #E6030F;
}
</style>
border-color css
<style>
span { border-color: #E6030F; }
span { border-color: rgb(230,3,15); }
td.TdClassName
{
border-color: #E6030F;
}
.TagClassName
{
border-color: #E6030F;
}
</style>