Shades of Venetian Red #EA030C
Tints of Venetian Red #EA030C
RGB
CMYK
RGB Variations
Color information
#EA030C (or 0xEA030C) is known color: Venetian Red. HEX triplet: EA, 03 and 0C. RGB value is (234,3,12). Sum of RGB (Red+Green+Blue) = 234+3+12=249 (32% of max value = 765). Red value is 234 (91.80% from 255 or 93.98% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 234 - color contains mainly: red. Hex color #EA030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA030C is #15FCF3. Grayscale: #494949. Windows color (decimal): -1441012 or 787434. OLE color: 787434.
HSL color Cylindrical-coordinate representation of color #EA030C: hue angle of 357.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.08 |
| HSL | 357.66º | 0.97% | 0.46% | - |
| HSV(B) | 357.66º | 0.99% | 0.92% | - |
| XYZ | 34.03 | 17.58 | 1.95 | - |
| YUV | 73.1 | 93.53 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 12 | 0 | 0.99 | 0.95 | 0.08 | 357.66 | 0.97 | 0.46 |
| Hex | EA | 3 | C | 0 | 63 | 5F | 8 | 166 | 61 | 2E |
| Octal | 352 | 3 | 14 | 0 | 143 | 137 | 10 | 546 | 141 | 56 |
| Binary | 11101010 | 11 | 1100 | 0 | 1100011 | 1011111 | 1000 | 101100110 | 1100001 | 101110 |
Color Harmonies of #EA030C
Complementary color
Monochromatic Colors of #EA030C
Black with #EA030C
Text Example
Text Example
White with #EA030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA030C; }
p { color: rgb(234,3,12); }
H1.HeaderClassName
{
color: #EA030C;
}
.AnyTagClassName
{
color: #EA030C;
}
</style>
background-color css
<style>
a { background-color: #EA030C; }
a { background-color: rgb(234,3,12); }
div.DivClassName
{
background-color: #EA030C;
}
.BgClassName
{
background-color: #EA030C;
}
</style>
border-color css
<style>
span { border-color: #EA030C; }
span { border-color: rgb(234,3,12); }
td.TdClassName
{
border-color: #EA030C;
}
.TagClassName
{
border-color: #EA030C;
}
</style>