Html Css Color HEX #E70911 Venetian Red

📋 copy color: '#E70911'

red 231 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #E70911

Tints of Venetian Red #E70911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 89.88%
G = 3.5%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70911 (or 0xE70911) is known color: Venetian Red. HEX triplet: E7, 09 and 11. RGB value is (231,9,17). Sum of RGB (Red+Green+Blue) = 231+9+17=257 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.88% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 231 - color contains mainly: red. Hex color #E70911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70911 is #18F6EE. Grayscale: #4C4C4C. Windows color (decimal): -1636079 or 1116647. OLE color: 1116647.

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

Color convert

RGB 231 9 17 -
CMYK 0 0.96 0.93 0.09
HSL 357.84º 0.93% 0.47% -
HSV(B) 357.84º 0.96% 0.91% -
XYZ 33.15 17.22 2.11 -
YUV 76.29 94.55 238.35 -
System Red Green Blue C M Y K H S L
Decimal 231 9 17 0 0.96 0.93 0.09 357.84 0.93 0.47
Hex E7 9 11 0 60 5D 9 166 5C 2F
Octal 347 11 21 0 140 135 11 546 134 57
Binary 11100111 1001 10001 0 1100000 1011101 1001 101100110 1011100 101111

Color Harmonies of #E70911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70911

Black with #E70911

Text Example


Text Example

White with #E70911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70911; }

 p { color: rgb(231,9,17); }

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

background-color css

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

 a { background-color: rgb(231,9,17); }

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

border-color css

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

 span { border-color: rgb(231,9,17); }

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