Shades of Venetian Red #EA070C
Tints of Venetian Red #EA070C
RGB
CMYK
RGB Variations
Color information
#EA070C (or 0xEA070C) is known color: Venetian Red. HEX triplet: EA, 07 and 0C. RGB value is (234,7,12). Sum of RGB (Red+Green+Blue) = 234+7+12=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA070C is #15F8F3. Grayscale: #4B4B4B. Windows color (decimal): -1439988 or 788458. OLE color: 788458.
HSL color Cylindrical-coordinate representation of color #EA070C: hue angle of 358.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.08 |
| HSL | 358.68º | 0.94% | 0.47% | - |
| HSV(B) | 358.68º | 0.97% | 0.92% | - |
| XYZ | 34.07 | 17.67 | 1.96 | - |
| YUV | 75.44 | 92.21 | 241.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 12 | 0 | 0.97 | 0.95 | 0.08 | 358.68 | 0.94 | 0.47 |
| Hex | EA | 7 | C | 0 | 61 | 5F | 8 | 167 | 5E | 2F |
| Octal | 352 | 7 | 14 | 0 | 141 | 137 | 10 | 547 | 136 | 57 |
| Binary | 11101010 | 111 | 1100 | 0 | 1100001 | 1011111 | 1000 | 101100111 | 1011110 | 101111 |
Color Harmonies of #EA070C
Complementary color
Monochromatic Colors of #EA070C
Black with #EA070C
Text Example
Text Example
White with #EA070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA070C; }
p { color: rgb(234,7,12); }
H1.HeaderClassName
{
color: #EA070C;
}
.AnyTagClassName
{
color: #EA070C;
}
</style>
background-color css
<style>
a { background-color: #EA070C; }
a { background-color: rgb(234,7,12); }
div.DivClassName
{
background-color: #EA070C;
}
.BgClassName
{
background-color: #EA070C;
}
</style>
border-color css
<style>
span { border-color: #EA070C; }
span { border-color: rgb(234,7,12); }
td.TdClassName
{
border-color: #EA070C;
}
.TagClassName
{
border-color: #EA070C;
}
</style>