Shades of Venetian Red #E6030D
Tints of Venetian Red #E6030D
RGB
CMYK
RGB Variations
Color information
#E6030D (or 0xE6030D) is known color: Venetian Red. HEX triplet: E6, 03 and 0D. RGB value is (230,3,13). Sum of RGB (Red+Green+Blue) = 230+3+13=246 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.50% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 230 - color contains mainly: red. Hex color #E6030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6030D is #19FCF2. Grayscale: #484848. Windows color (decimal): -1703155 or 852966. OLE color: 852966.
HSL color Cylindrical-coordinate representation of color #E6030D: hue angle of 357.36º 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 #E6030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.10 |
| HSL | 357.36º | 0.97% | 0.46% | - |
| HSV(B) | 357.36º | 0.99% | 0.9% | - |
| XYZ | 32.74 | 16.92 | 1.92 | - |
| YUV | 72.01 | 94.71 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 13 | 0 | 0.99 | 0.94 | 0.10 | 357.36 | 0.97 | 0.46 |
| Hex | E6 | 3 | D | 0 | 63 | 5E | A | 165 | 61 | 2E |
| Octal | 346 | 3 | 15 | 0 | 143 | 136 | 12 | 545 | 141 | 56 |
| Binary | 11100110 | 11 | 1101 | 0 | 1100011 | 1011110 | 1010 | 101100101 | 1100001 | 101110 |
Color Harmonies of #E6030D
Complementary color
Monochromatic Colors of #E6030D
Black with #E6030D
Text Example
Text Example
White with #E6030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6030D; }
p { color: rgb(230,3,13); }
H1.HeaderClassName
{
color: #E6030D;
}
.AnyTagClassName
{
color: #E6030D;
}
</style>
background-color css
<style>
a { background-color: #E6030D; }
a { background-color: rgb(230,3,13); }
div.DivClassName
{
background-color: #E6030D;
}
.BgClassName
{
background-color: #E6030D;
}
</style>
border-color css
<style>
span { border-color: #E6030D; }
span { border-color: rgb(230,3,13); }
td.TdClassName
{
border-color: #E6030D;
}
.TagClassName
{
border-color: #E6030D;
}
</style>