Html Css Color HEX #E1020D Venetian Red

📋 copy color: '#E1020D'

red 225 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #E1020D

Tints of Venetian Red #E1020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 93.75%
G = 0.83%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1020D (or 0xE1020D) is known color: Venetian Red. HEX triplet: E1, 02 and 0D. RGB value is (225,2,13). Sum of RGB (Red+Green+Blue) = 225+2+13=240 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 225 - color contains mainly: red. Hex color #E1020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1020D is #1EFDF2. Grayscale: #464646. Windows color (decimal): -2031091 or 852705. OLE color: 852705.

HSL color Cylindrical-coordinate representation of color #E1020D: hue angle of 357.04º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 13 -
CMYK 0 0.99 0.94 0.12
HSL 357.04º 0.98% 0.45% -
HSV(B) 357.04º 0.99% 0.88% -
XYZ 31.15 16.08 1.84 -
YUV 69.93 95.88 238.61 -
System Red Green Blue C M Y K H S L
Decimal 225 2 13 0 0.99 0.94 0.12 357.04 0.98 0.45
Hex E1 2 D 0 63 5E C 165 62 2D
Octal 341 2 15 0 143 136 14 545 142 55
Binary 11100001 10 1101 0 1100011 1011110 1100 101100101 1100010 101101

Color Harmonies of #E1020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1020D

Black with #E1020D

Text Example


Text Example

White with #E1020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1020D; }

 p { color: rgb(225,2,13); }

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

background-color css

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

 a { background-color: rgb(225,2,13); }

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

border-color css

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

 span { border-color: rgb(225,2,13); }

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