Html Css Color HEX #E40020 Venetian Red

📋 copy color: '#E40020'

red 228 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #E40020

Tints of Venetian Red #E40020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 87.69%
G = 0%
B = 12.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E40020 (or 0xE40020) is known color: Venetian Red. HEX triplet: E4, 00 and 20. RGB value is (228,0,32). Sum of RGB (Red+Green+Blue) = 228+0+32=260 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 228 - color contains mainly: red. Hex color #E40020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40020 is #1BFFDF. Grayscale: #474747. Windows color (decimal): -1834976 or 2097380. OLE color: 2097380.

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

Color convert

RGB 228 0 32 -
CMYK 0 1 0.86 0.11
HSL 351.58º 1% 0.45% -
HSV(B) 351.58º 1% 0.89% -
XYZ 32.26 16.6 2.87 -
YUV 71.82 105.54 239.4 -
System Red Green Blue C M Y K H S L
Decimal 228 0 32 0 1 0.86 0.11 351.58 1 0.45
Hex E4 0 20 0 64 56 B 160 64 2D
Octal 344 0 40 0 144 126 13 540 144 55
Binary 11100100 0 100000 0 1100100 1010110 1011 101100000 1100100 101101

Color Harmonies of #E40020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40020

Black with #E40020

Text Example


Text Example

White with #E40020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40020; }

 p { color: rgb(228,0,32); }

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

background-color css

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

 a { background-color: rgb(228,0,32); }

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

border-color css

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

 span { border-color: rgb(228,0,32); }

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