Html Css Color HEX #E70111 Venetian Red

📋 copy color: '#E70111'

red 231 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #E70111

Tints of Venetian Red #E70111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 92.77%
G = 0.4%
B = 6.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70111 (or 0xE70111) is known color: Venetian Red. HEX triplet: E7, 01 and 11. RGB value is (231,1,17). Sum of RGB (Red+Green+Blue) = 231+1+17=249 (32% of max value = 765). Red value is 231 (90.62% from 255 or 92.77% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 231 - color contains mainly: red. Hex color #E70111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70111 is #18FEEE. Grayscale: #474747. Windows color (decimal): -1638127 or 1114599. OLE color: 1114599.

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

Color convert

RGB 231 1 17 -
CMYK 0 1.00 0.93 0.09
HSL 355.83º 0.99% 0.45% -
HSV(B) 355.83º 1% 0.91% -
XYZ 33.07 17.05 2.08 -
YUV 71.59 97.2 241.7 -
System Red Green Blue C M Y K H S L
Decimal 231 1 17 0 1.00 0.93 0.09 355.83 0.99 0.45
Hex E7 1 11 0 64 5D 9 164 63 2D
Octal 347 1 21 0 144 135 11 544 143 55
Binary 11100111 1 10001 0 1100100 1011101 1001 101100100 1100011 101101

Color Harmonies of #E70111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70111

Black with #E70111

Text Example


Text Example

White with #E70111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70111; }

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

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

background-color css

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

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

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

border-color css

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

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

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