Shades of Venetian Red #E6050B
Tints of Venetian Red #E6050B
RGB
CMYK
RGB Variations
Color information
#E6050B (or 0xE6050B) is known color: Venetian Red. HEX triplet: E6, 05 and 0B. RGB value is (230,5,11). Sum of RGB (Red+Green+Blue) = 230+5+11=246 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.50% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 230 - color contains mainly: red. Hex color #E6050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6050B is #19FAF4. Grayscale: #494949. Windows color (decimal): -1702645 or 722406. OLE color: 722406.
HSL color Cylindrical-coordinate representation of color #E6050B: hue angle of 358.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.10 |
| HSL | 358.4º | 0.96% | 0.46% | - |
| HSV(B) | 358.4º | 0.98% | 0.9% | - |
| XYZ | 32.75 | 16.96 | 1.86 | - |
| YUV | 72.96 | 93.04 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 11 | 0 | 0.98 | 0.95 | 0.10 | 358.4 | 0.96 | 0.46 |
| Hex | E6 | 5 | B | 0 | 62 | 5F | A | 166 | 60 | 2E |
| Octal | 346 | 5 | 13 | 0 | 142 | 137 | 12 | 546 | 140 | 56 |
| Binary | 11100110 | 101 | 1011 | 0 | 1100010 | 1011111 | 1010 | 101100110 | 1100000 | 101110 |
Color Harmonies of #E6050B
Complementary color
Monochromatic Colors of #E6050B
Black with #E6050B
Text Example
Text Example
White with #E6050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6050B; }
p { color: rgb(230,5,11); }
H1.HeaderClassName
{
color: #E6050B;
}
.AnyTagClassName
{
color: #E6050B;
}
</style>
background-color css
<style>
a { background-color: #E6050B; }
a { background-color: rgb(230,5,11); }
div.DivClassName
{
background-color: #E6050B;
}
.BgClassName
{
background-color: #E6050B;
}
</style>
border-color css
<style>
span { border-color: #E6050B; }
span { border-color: rgb(230,5,11); }
td.TdClassName
{
border-color: #E6050B;
}
.TagClassName
{
border-color: #E6050B;
}
</style>