Shades of Venetian Red #E6000D
Tints of Venetian Red #E6000D
RGB
CMYK
RGB Variations
Color information
#E6000D (or 0xE6000D) is known color: Venetian Red. HEX triplet: E6, 00 and 0D. RGB value is (230,0,13). Sum of RGB (Red+Green+Blue) = 230+0+13=243 (32% of max value = 765). Red value is 230 (90.23% from 255 or 94.65% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 230 - color contains mainly: red. Hex color #E6000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6000D is #19FFF2. Grayscale: #464646. Windows color (decimal): -1703923 or 852198. OLE color: 852198.
HSL color Cylindrical-coordinate representation of color #E6000D: hue angle of 356.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.10 |
| HSL | 356.61º | 1% | 0.45% | - |
| HSV(B) | 356.61º | 1% | 0.9% | - |
| XYZ | 32.71 | 16.85 | 1.91 | - |
| YUV | 70.25 | 95.7 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 13 | 0 | 1 | 0.94 | 0.10 | 356.61 | 1 | 0.45 |
| Hex | E6 | 0 | D | 0 | 64 | 5E | A | 165 | 64 | 2D |
| Octal | 346 | 0 | 15 | 0 | 144 | 136 | 12 | 545 | 144 | 55 |
| Binary | 11100110 | 0 | 1101 | 0 | 1100100 | 1011110 | 1010 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E6000D
Complementary color
Monochromatic Colors of #E6000D
Black with #E6000D
Text Example
Text Example
White with #E6000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6000D; }
p { color: rgb(230,0,13); }
H1.HeaderClassName
{
color: #E6000D;
}
.AnyTagClassName
{
color: #E6000D;
}
</style>
background-color css
<style>
a { background-color: #E6000D; }
a { background-color: rgb(230,0,13); }
div.DivClassName
{
background-color: #E6000D;
}
.BgClassName
{
background-color: #E6000D;
}
</style>
border-color css
<style>
span { border-color: #E6000D; }
span { border-color: rgb(230,0,13); }
td.TdClassName
{
border-color: #E6000D;
}
.TagClassName
{
border-color: #E6000D;
}
</style>