Html Css Color HEX #E20A0E Venetian Red

📋 copy color: '#E20A0E'

red 226 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #E20A0E

Tints of Venetian Red #E20A0E

RGB

 RED value IS 226 (88.67% from 255) = 90.4%

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 90.4%
G = 4%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E20A0E (or 0xE20A0E) is known color: Venetian Red. HEX triplet: E2, 0A and 0E. RGB value is (226,10,14). Sum of RGB (Red+Green+Blue) = 226+10+14=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20A0E is #1DF5F1. Grayscale: #4B4B4B. Windows color (decimal): -1963506 or 920290. OLE color: 920290.

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

Color convert

RGB 226 10 14 -
CMYK 0 0.96 0.94 0.11
HSL 358.89º 0.92% 0.46% -
HSV(B) 358.89º 0.96% 0.89% -
XYZ 31.55 16.42 1.92 -
YUV 75.04 93.56 235.67 -
System Red Green Blue C M Y K H S L
Decimal 226 10 14 0 0.96 0.94 0.11 358.89 0.92 0.46
Hex E2 A E 0 60 5E B 167 5C 2E
Octal 342 12 16 0 140 136 13 547 134 56
Binary 11100010 1010 1110 0 1100000 1011110 1011 101100111 1011100 101110

Color Harmonies of #E20A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A0E

Black with #E20A0E

Text Example


Text Example

White with #E20A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A0E; }

 p { color: rgb(226,10,14); }

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

background-color css

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

 a { background-color: rgb(226,10,14); }

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

border-color css

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

 span { border-color: rgb(226,10,14); }

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