Html Css Color HEX #E70811 Venetian Red

📋 copy color: '#E70811'

red 231 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #E70811

Tints of Venetian Red #E70811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 90.23%
G = 3.13%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70811 (or 0xE70811) is known color: Venetian Red. HEX triplet: E7, 08 and 11. RGB value is (231,8,17). Sum of RGB (Red+Green+Blue) = 231+8+17=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70811 is #18F7EE. Grayscale: #4B4B4B. Windows color (decimal): -1636335 or 1116391. OLE color: 1116391.

HSL color Cylindrical-coordinate representation of color #E70811: hue angle of 357.58º degrees, saturation: 0.93, 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 #E70811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 8 17 -
CMYK 0 0.97 0.93 0.09
HSL 357.58º 0.93% 0.47% -
HSV(B) 357.58º 0.97% 0.91% -
XYZ 33.14 17.2 2.1 -
YUV 75.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 231 8 17 0 0.97 0.93 0.09 357.58 0.93 0.47
Hex E7 8 11 0 61 5D 9 166 5D 2F
Octal 347 10 21 0 141 135 11 546 135 57
Binary 11100111 1000 10001 0 1100001 1011101 1001 101100110 1011101 101111

Color Harmonies of #E70811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70811

Black with #E70811

Text Example


Text Example

White with #E70811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70811; }

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

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

background-color css

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

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

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

border-color css

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

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

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