Html Css Color HEX #E70014 Venetian Red

📋 copy color: '#E70014'

red 231 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #E70014

Tints of Venetian Red #E70014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.03%
G = 0%
B = 7.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70014 (or 0xE70014) is known color: Venetian Red. HEX triplet: E7, 00 and 14. RGB value is (231,0,20). Sum of RGB (Red+Green+Blue) = 231+0+20=251 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.03% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 231 - color contains mainly: red. Hex color #E70014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70014 is #18FFEB. Grayscale: #474747. Windows color (decimal): -1638380 or 1310951. OLE color: 1310951.

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

Color convert

RGB 231 0 20 -
CMYK 0 1 0.91 0.09
HSL 354.81º 1% 0.45% -
HSV(B) 354.81º 1% 0.91% -
XYZ 33.08 17.04 2.21 -
YUV 71.35 99.03 241.87 -
System Red Green Blue C M Y K H S L
Decimal 231 0 20 0 1 0.91 0.09 354.81 1 0.45
Hex E7 0 14 0 64 5B 9 163 64 2D
Octal 347 0 24 0 144 133 11 543 144 55
Binary 11100111 0 10100 0 1100100 1011011 1001 101100011 1100100 101101

Color Harmonies of #E70014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70014

Black with #E70014

Text Example


Text Example

White with #E70014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70014; }

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

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

background-color css

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

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

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

border-color css

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

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

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