Html Css Color HEX #E70011 Venetian Red

📋 copy color: '#E70011'

red 231 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #E70011

Tints of Venetian Red #E70011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.15%
G = 0%
B = 6.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70011 (or 0xE70011) is known color: Venetian Red. HEX triplet: E7, 00 and 11. RGB value is (231,0,17). Sum of RGB (Red+Green+Blue) = 231+0+17=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E70011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70011 is #18FFEE. Grayscale: #474747. Windows color (decimal): -1638383 or 1114343. OLE color: 1114343.

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

Color convert

RGB 231 0 17 -
CMYK 0 1 0.93 0.09
HSL 355.58º 1% 0.45% -
HSV(B) 355.58º 1% 0.91% -
XYZ 33.06 17.03 2.08 -
YUV 71.01 97.53 242.12 -
System Red Green Blue C M Y K H S L
Decimal 231 0 17 0 1 0.93 0.09 355.58 1 0.45
Hex E7 0 11 0 64 5D 9 164 64 2D
Octal 347 0 21 0 144 135 11 544 144 55
Binary 11100111 0 10001 0 1100100 1011101 1001 101100100 1100100 101101

Color Harmonies of #E70011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70011

Black with #E70011

Text Example


Text Example

White with #E70011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70011; }

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

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

background-color css

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

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

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

border-color css

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

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

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