Html Css Color HEX #E7070E Venetian Red

📋 copy color: '#E7070E'

red 231 ◦ green 7 ◦ blue 14

#E7070E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #E7070E

Tints of Venetian Red #E7070E

RGB

 RED value IS 231 (90.63% from 255) = 91.67%

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 91.67%
G = 2.78%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E7070E (or 0xE7070E) is known color: Venetian Red. HEX triplet: E7, 07 and 0E. RGB value is (231,7,14). Sum of RGB (Red+Green+Blue) = 231+7+14=252 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.67% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 231 - color contains mainly: red. Hex color #E7070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7070E is #18F8F1. Grayscale: #4A4A4A. Windows color (decimal): -1636594 or 919527. OLE color: 919527.

HSL color Cylindrical-coordinate representation of color #E7070E: hue angle of 358.12º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 7 14 -
CMYK 0 0.97 0.94 0.09
HSL 358.13º 0.94% 0.47% -
HSV(B) 358.13º 0.97% 0.91% -
XYZ 33.11 17.17 1.99 -
YUV 74.77 93.71 239.43 -
System Red Green Blue C M Y K H S L
Decimal 231 7 14 0 0.97 0.94 0.09 358.13 0.94 0.47
Hex E7 7 E 0 61 5E 9 166 5E 2F
Octal 347 7 16 0 141 136 11 546 136 57
Binary 11100111 111 1110 0 1100001 1011110 1001 101100110 1011110 101111

Color Harmonies of #E7070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7070E

Black with #E7070E

Text Example


Text Example

White with #E7070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7070E; }

 p { color: rgb(231,7,14); }

 H1.HeaderClassName
 {
   color: #E7070E;
 }
 .AnyTagClassName
 {
   color: #E7070E;
 }
</style>

background-color css

<style>
 a { background-color: #E7070E; }

 a { background-color: rgb(231,7,14); }

 div.DivClassName
 {
   background-color: #E7070E;
 }
 .BgClassName
 {
   background-color: #E7070E;
 }
</style>

border-color css

<style>
 span { border-color: #E7070E; }

 span { border-color: rgb(231,7,14); }

 td.TdClassName
 {
   border-color: #E7070E;
 }
 .TagClassName
 {
   border-color: #E7070E;
 }
</style>