Html Css Color HEX #E5020E Venetian Red

📋 copy color: '#E5020E'

red 229 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #E5020E

Tints of Venetian Red #E5020E

RGB

 RED value IS 229 (89.84% from 255) = 93.47%

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 93.47%
G = 0.82%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5020E (or 0xE5020E) is known color: Venetian Red. HEX triplet: E5, 02 and 0E. RGB value is (229,2,14). Sum of RGB (Red+Green+Blue) = 229+2+14=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E5020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5020E is #1AFDF1. Grayscale: #474747. Windows color (decimal): -1768946 or 918245. OLE color: 918245.

HSL color Cylindrical-coordinate representation of color #E5020E: hue angle of 356.83º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 14 -
CMYK 0 0.99 0.94 0.10
HSL 356.83º 0.98% 0.45% -
HSV(B) 356.83º 0.99% 0.9% -
XYZ 32.41 16.73 1.94 -
YUV 71.24 95.71 240.52 -
System Red Green Blue C M Y K H S L
Decimal 229 2 14 0 0.99 0.94 0.10 356.83 0.98 0.45
Hex E5 2 E 0 63 5E A 165 62 2D
Octal 345 2 16 0 143 136 12 545 142 55
Binary 11100101 10 1110 0 1100011 1011110 1010 101100101 1100010 101101

Color Harmonies of #E5020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5020E

Black with #E5020E

Text Example


Text Example

White with #E5020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5020E; }

 p { color: rgb(229,2,14); }

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

background-color css

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

 a { background-color: rgb(229,2,14); }

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

border-color css

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

 span { border-color: rgb(229,2,14); }

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