Html Css Color HEX #E20814 Venetian Red

📋 copy color: '#E20814'

red 226 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #E20814

Tints of Venetian Red #E20814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 88.98%
G = 3.15%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E20814 (or 0xE20814) is known color: Venetian Red. HEX triplet: E2, 08 and 14. RGB value is (226,8,20). Sum of RGB (Red+Green+Blue) = 226+8+20=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E20814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20814 is #1DF7EB. Grayscale: #4A4A4A. Windows color (decimal): -1964012 or 1312994. OLE color: 1312994.

HSL color Cylindrical-coordinate representation of color #E20814: hue angle of 356.7º degrees, saturation: 0.93, 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 #E20814 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 8 20 -
CMYK 0 0.96 0.91 0.11
HSL 356.7º 0.93% 0.46% -
HSV(B) 356.7º 0.96% 0.89% -
XYZ 31.58 16.39 2.16 -
YUV 74.55 97.22 236.02 -
System Red Green Blue C M Y K H S L
Decimal 226 8 20 0 0.96 0.91 0.11 356.7 0.93 0.46
Hex E2 8 14 0 60 5B B 165 5D 2E
Octal 342 10 24 0 140 133 13 545 135 56
Binary 11100010 1000 10100 0 1100000 1011011 1011 101100101 1011101 101110

Color Harmonies of #E20814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20814

Black with #E20814

Text Example


Text Example

White with #E20814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20814; }

 p { color: rgb(226,8,20); }

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

background-color css

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

 a { background-color: rgb(226,8,20); }

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

border-color css

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

 span { border-color: rgb(226,8,20); }

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