Html Css Color HEX #E4020E Venetian Red

📋 copy color: '#E4020E'

red 228 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #E4020E

Tints of Venetian Red #E4020E

RGB

 RED value IS 228 (89.45% from 255) = 93.44%

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

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

R = 93.44%
G = 0.82%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4020E (or 0xE4020E) is known color: Venetian Red. HEX triplet: E4, 02 and 0E. RGB value is (228,2,14). Sum of RGB (Red+Green+Blue) = 228+2+14=244 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.44% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 228 - color contains mainly: red. Hex color #E4020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4020E is #1BFDF1. Grayscale: #474747. Windows color (decimal): -1834482 or 918244. OLE color: 918244.

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

Color convert

RGB 228 2 14 -
CMYK 0 0.99 0.94 0.11
HSL 356.81º 0.98% 0.45% -
HSV(B) 356.81º 0.99% 0.89% -
XYZ 32.1 16.57 1.92 -
YUV 70.94 95.87 240.02 -
System Red Green Blue C M Y K H S L
Decimal 228 2 14 0 0.99 0.94 0.11 356.81 0.98 0.45
Hex E4 2 E 0 63 5E B 165 62 2D
Octal 344 2 16 0 143 136 13 545 142 55
Binary 11100100 10 1110 0 1100011 1011110 1011 101100101 1100010 101101

Color Harmonies of #E4020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4020E

Black with #E4020E

Text Example


Text Example

White with #E4020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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