Html Css Color HEX #E70714 Venetian Red

📋 copy color: '#E70714'

red 231 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #E70714

Tints of Venetian Red #E70714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 89.53%
G = 2.71%
B = 7.75%

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

#E70714 (or 0xE70714) is known color: Venetian Red. HEX triplet: E7, 07 and 14. RGB value is (231,7,20). Sum of RGB (Red+Green+Blue) = 231+7+20=258 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.53% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 231 - color contains mainly: red. Hex color #E70714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70714 is #18F8EB. Grayscale: #4B4B4B. Windows color (decimal): -1636588 or 1312743. OLE color: 1312743.

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

Color convert

RGB 231 7 20 -
CMYK 0 0.97 0.91 0.09
HSL 356.52º 0.94% 0.47% -
HSV(B) 356.52º 0.97% 0.91% -
XYZ 33.16 17.19 2.23 -
YUV 75.46 96.71 238.94 -
System Red Green Blue C M Y K H S L
Decimal 231 7 20 0 0.97 0.91 0.09 356.52 0.94 0.47
Hex E7 7 14 0 61 5B 9 165 5E 2F
Octal 347 7 24 0 141 133 11 545 136 57
Binary 11100111 111 10100 0 1100001 1011011 1001 101100101 1011110 101111

Color Harmonies of #E70714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70714

Black with #E70714

Text Example


Text Example

White with #E70714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70714; }

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

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

background-color css

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

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

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

border-color css

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

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

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