Html Css Color HEX #E70812 Venetian Red

📋 copy color: '#E70812'

red 231 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #E70812

Tints of Venetian Red #E70812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 89.88%
G = 3.11%
B = 7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E70812 (or 0xE70812) is known color: Venetian Red. HEX triplet: E7, 08 and 12. RGB value is (231,8,18). Sum of RGB (Red+Green+Blue) = 231+8+18=257 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.88% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 231 - color contains mainly: red. Hex color #E70812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70812 is #18F7ED. Grayscale: #4C4C4C. Windows color (decimal): -1636334 or 1181927. OLE color: 1181927.

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

Color convert

RGB 231 8 18 -
CMYK 0 0.97 0.92 0.09
HSL 357.31º 0.93% 0.47% -
HSV(B) 357.31º 0.97% 0.91% -
XYZ 33.15 17.21 2.15 -
YUV 75.82 95.38 238.69 -
System Red Green Blue C M Y K H S L
Decimal 231 8 18 0 0.97 0.92 0.09 357.31 0.93 0.47
Hex E7 8 12 0 61 5C 9 165 5D 2F
Octal 347 10 22 0 141 134 11 545 135 57
Binary 11100111 1000 10010 0 1100001 1011100 1001 101100101 1011101 101111

Color Harmonies of #E70812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70812

Black with #E70812

Text Example


Text Example

White with #E70812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70812; }

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

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

background-color css

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

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

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

border-color css

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

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

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