Html Css Color HEX #E70614 Venetian Red

📋 copy color: '#E70614'

red 231 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #E70614

Tints of Venetian Red #E70614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 89.88%
G = 2.33%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70614 (or 0xE70614) is known color: Venetian Red. HEX triplet: E7, 06 and 14. RGB value is (231,6,20). Sum of RGB (Red+Green+Blue) = 231+6+20=257 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.88% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 231 - color contains mainly: red. Hex color #E70614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70614 is #18F9EB. Grayscale: #4B4B4B. Windows color (decimal): -1636844 or 1312487. OLE color: 1312487.

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

Color convert

RGB 231 6 20 -
CMYK 0 0.97 0.91 0.09
HSL 356.27º 0.95% 0.46% -
HSV(B) 356.27º 0.97% 0.91% -
XYZ 33.15 17.17 2.23 -
YUV 74.87 97.04 239.36 -
System Red Green Blue C M Y K H S L
Decimal 231 6 20 0 0.97 0.91 0.09 356.27 0.95 0.46
Hex E7 6 14 0 61 5B 9 164 5F 2E
Octal 347 6 24 0 141 133 11 544 137 56
Binary 11100111 110 10100 0 1100001 1011011 1001 101100100 1011111 101110

Color Harmonies of #E70614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70614

Black with #E70614

Text Example


Text Example

White with #E70614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70614; }

 p { color: rgb(231,6,20); }

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

background-color css

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

 a { background-color: rgb(231,6,20); }

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

border-color css

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

 span { border-color: rgb(231,6,20); }

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