Html Css Color HEX #E5020D Venetian Red

📋 copy color: '#E5020D'

red 229 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #E5020D

Tints of Venetian Red #E5020D

RGB

 RED value IS 229 (89.84% from 255) = 93.85%

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

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

R = 93.85%
G = 0.82%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5020D (or 0xE5020D) is known color: Venetian Red. HEX triplet: E5, 02 and 0D. RGB value is (229,2,13). Sum of RGB (Red+Green+Blue) = 229+2+13=244 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.85% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 229 - color contains mainly: red. Hex color #E5020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5020D is #1AFDF2. Grayscale: #474747. Windows color (decimal): -1768947 or 852709. OLE color: 852709.

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

Color convert

RGB 229 2 13 -
CMYK 0 0.99 0.94 0.10
HSL 357.09º 0.98% 0.45% -
HSV(B) 357.09º 0.99% 0.9% -
XYZ 32.41 16.73 1.9 -
YUV 71.13 95.21 240.61 -
System Red Green Blue C M Y K H S L
Decimal 229 2 13 0 0.99 0.94 0.10 357.09 0.98 0.45
Hex E5 2 D 0 63 5E A 165 62 2D
Octal 345 2 15 0 143 136 12 545 142 55
Binary 11100101 10 1101 0 1100011 1011110 1010 101100101 1100010 101101

Color Harmonies of #E5020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5020D

Black with #E5020D

Text Example


Text Example

White with #E5020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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