Shades of Venetian Red #E30B0C
Tints of Venetian Red #E30B0C
RGB
CMYK
RGB Variations
Color information
#E30B0C (or 0xE30B0C) is known color: Venetian Red. HEX triplet: E3, 0B and 0C. RGB value is (227,11,12). Sum of RGB (Red+Green+Blue) = 227+11+12=250 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B0C is #1CF4F3. Grayscale: #4B4B4B. Windows color (decimal): -1897716 or 789475. OLE color: 789475.
HSL color Cylindrical-coordinate representation of color #E30B0C: hue angle of 359.72º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30B0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 12 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.11 |
| HSL | 359.72º | 0.91% | 0.47% | - |
| HSV(B) | 359.72º | 0.95% | 0.89% | - |
| XYZ | 31.86 | 16.6 | 1.87 | - |
| YUV | 75.7 | 92.06 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 12 | 0 | 0.95 | 0.95 | 0.11 | 359.72 | 0.91 | 0.47 |
| Hex | E3 | B | C | 0 | 5F | 5F | B | 168 | 5B | 2F |
| Octal | 343 | 13 | 14 | 0 | 137 | 137 | 13 | 550 | 133 | 57 |
| Binary | 11100011 | 1011 | 1100 | 0 | 1011111 | 1011111 | 1011 | 101101000 | 1011011 | 101111 |
Color Harmonies of #E30B0C
Complementary color
Monochromatic Colors of #E30B0C
Black with #E30B0C
Text Example
Text Example
White with #E30B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B0C; }
p { color: rgb(227,11,12); }
H1.HeaderClassName
{
color: #E30B0C;
}
.AnyTagClassName
{
color: #E30B0C;
}
</style>
background-color css
<style>
a { background-color: #E30B0C; }
a { background-color: rgb(227,11,12); }
div.DivClassName
{
background-color: #E30B0C;
}
.BgClassName
{
background-color: #E30B0C;
}
</style>
border-color css
<style>
span { border-color: #E30B0C; }
span { border-color: rgb(227,11,12); }
td.TdClassName
{
border-color: #E30B0C;
}
.TagClassName
{
border-color: #E30B0C;
}
</style>