Html Css Color HEX #E00020 Venetian Red

📋 copy color: '#E00020'

red 224 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #E00020

Tints of Venetian Red #E00020

RGB

 RED value IS 224 (87.89% from 255) = 87.5%

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

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

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E00020 (or 0xE00020) is known color: Venetian Red. HEX triplet: E0, 00 and 20. RGB value is (224,0,32). Sum of RGB (Red+Green+Blue) = 224+0+32=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E00020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00020 is #1FFFDF. Grayscale: #464646. Windows color (decimal): -2097120 or 2097376. OLE color: 2097376.

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

Color convert

RGB 224 0 32 -
CMYK 0 1 0.86 0.12
HSL 351.43º 1% 0.44% -
HSV(B) 351.43º 1% 0.88% -
XYZ 31 15.95 2.81 -
YUV 70.62 106.21 237.4 -
System Red Green Blue C M Y K H S L
Decimal 224 0 32 0 1 0.86 0.12 351.43 1 0.44
Hex E0 0 20 0 64 56 C 15F 64 2C
Octal 340 0 40 0 144 126 14 537 144 54
Binary 11100000 0 100000 0 1100100 1010110 1100 101011111 1100100 101100

Color Harmonies of #E00020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00020

Black with #E00020

Text Example


Text Example

White with #E00020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00020; }

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

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

background-color css

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

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

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

border-color css

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

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

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