Html Css Color HEX #E10020 Venetian Red

📋 copy color: '#E10020'

red 225 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #E10020

Tints of Venetian Red #E10020

RGB

 RED value IS 225 (88.28% from 255) = 87.55%

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

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

R = 87.55%
G = 0%
B = 12.45%

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

#E10020 (or 0xE10020) is known color: Venetian Red. HEX triplet: E1, 00 and 20. RGB value is (225,0,32). Sum of RGB (Red+Green+Blue) = 225+0+32=257 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.55% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 225 - color contains mainly: red. Hex color #E10020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10020 is #1EFFDF. Grayscale: #474747. Windows color (decimal): -2031584 or 2097377. OLE color: 2097377.

HSL color Cylindrical-coordinate representation of color #E10020: hue angle of 351.47º 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 #E10020 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 32 -
CMYK 0 1 0.86 0.12
HSL 351.47º 1% 0.44% -
HSV(B) 351.47º 1% 0.88% -
XYZ 31.31 16.11 2.83 -
YUV 70.92 106.04 237.9 -
System Red Green Blue C M Y K H S L
Decimal 225 0 32 0 1 0.86 0.12 351.47 1 0.44
Hex E1 0 20 0 64 56 C 15F 64 2C
Octal 341 0 40 0 144 126 14 537 144 54
Binary 11100001 0 100000 0 1100100 1010110 1100 101011111 1100100 101100

Color Harmonies of #E10020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10020

Black with #E10020

Text Example


Text Example

White with #E10020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10020; }

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

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

background-color css

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

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

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

border-color css

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

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

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