Html Css Color HEX #E70411 Venetian Red

📋 copy color: '#E70411'

red 231 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #E70411

Tints of Venetian Red #E70411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 91.67%
G = 1.59%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70411 (or 0xE70411) is known color: Venetian Red. HEX triplet: E7, 04 and 11. RGB value is (231,4,17). Sum of RGB (Red+Green+Blue) = 231+4+17=252 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.67% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 231 - color contains mainly: red. Hex color #E70411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70411 is #18FBEE. Grayscale: #494949. Windows color (decimal): -1637359 or 1115367. OLE color: 1115367.

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

Color convert

RGB 231 4 17 -
CMYK 0 0.98 0.93 0.09
HSL 356.56º 0.97% 0.46% -
HSV(B) 356.56º 0.98% 0.91% -
XYZ 33.1 17.12 2.09 -
YUV 73.36 96.21 240.44 -
System Red Green Blue C M Y K H S L
Decimal 231 4 17 0 0.98 0.93 0.09 356.56 0.97 0.46
Hex E7 4 11 0 62 5D 9 165 61 2E
Octal 347 4 21 0 142 135 11 545 141 56
Binary 11100111 100 10001 0 1100010 1011101 1001 101100101 1100001 101110

Color Harmonies of #E70411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70411

Black with #E70411

Text Example


Text Example

White with #E70411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70411; }

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

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

background-color css

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

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

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

border-color css

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

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

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