Html Css Color HEX #E70412 Venetian Red

📋 copy color: '#E70412'

red 231 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #E70412

Tints of Venetian Red #E70412

RGB

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

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

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

R = 91.3%
G = 1.58%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E70412 (or 0xE70412) is known color: Venetian Red. HEX triplet: E7, 04 and 12. RGB value is (231,4,18). Sum of RGB (Red+Green+Blue) = 231+4+18=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E70412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70412 is #18FBED. Grayscale: #494949. Windows color (decimal): -1637358 or 1180903. OLE color: 1180903.

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

Color convert

RGB 231 4 18 -
CMYK 0 0.98 0.92 0.09
HSL 356.3º 0.97% 0.46% -
HSV(B) 356.3º 0.98% 0.91% -
XYZ 33.11 17.12 2.13 -
YUV 73.47 96.71 240.36 -
System Red Green Blue C M Y K H S L
Decimal 231 4 18 0 0.98 0.92 0.09 356.3 0.97 0.46
Hex E7 4 12 0 62 5C 9 164 61 2E
Octal 347 4 22 0 142 134 11 544 141 56
Binary 11100111 100 10010 0 1100010 1011100 1001 101100100 1100001 101110

Color Harmonies of #E70412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70412

Black with #E70412

Text Example


Text Example

White with #E70412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70412; }

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

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

background-color css

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

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

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

border-color css

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

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

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