Html Css Color HEX #E20018 Venetian Red

📋 copy color: '#E20018'

red 226 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #E20018

Tints of Venetian Red #E20018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 90.4%
G = 0%
B = 9.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E20018 (or 0xE20018) is known color: Venetian Red. HEX triplet: E2, 00 and 18. RGB value is (226,0,24). Sum of RGB (Red+Green+Blue) = 226+0+24=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E20018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20018 is #1DFFE7. Grayscale: #464646. Windows color (decimal): -1966056 or 1573090. OLE color: 1573090.

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

Color convert

RGB 226 0 24 -
CMYK 0 1 0.89 0.11
HSL 353.63º 1% 0.44% -
HSV(B) 353.63º 1% 0.89% -
XYZ 31.53 16.23 2.34 -
YUV 70.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 226 0 24 0 1 0.89 0.11 353.63 1 0.44
Hex E2 0 18 0 64 59 B 162 64 2C
Octal 342 0 30 0 144 131 13 542 144 54
Binary 11100010 0 11000 0 1100100 1011001 1011 101100010 1100100 101100

Color Harmonies of #E20018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20018

Black with #E20018

Text Example


Text Example

White with #E20018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20018; }

 p { color: rgb(226,0,24); }

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

background-color css

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

 a { background-color: rgb(226,0,24); }

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

border-color css

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

 span { border-color: rgb(226,0,24); }

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