Html Css Color HEX #E5020A Venetian Red

📋 copy color: '#E5020A'

red 229 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #E5020A

Tints of Venetian Red #E5020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 95.02%
G = 0.83%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5020A (or 0xE5020A) is known color: Venetian Red. HEX triplet: E5, 02 and 0A. RGB value is (229,2,10). Sum of RGB (Red+Green+Blue) = 229+2+10=241 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.02% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 229 - color contains mainly: red. Hex color #E5020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5020A is #1AFDF5. Grayscale: #464646. Windows color (decimal): -1768950 or 656101. OLE color: 656101.

HSL color Cylindrical-coordinate representation of color #E5020A: hue angle of 357.89º 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 #E5020A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 10 -
CMYK 0 0.99 0.96 0.10
HSL 357.89º 0.98% 0.45% -
HSV(B) 357.89º 0.99% 0.9% -
XYZ 32.39 16.72 1.81 -
YUV 70.79 93.71 240.85 -
System Red Green Blue C M Y K H S L
Decimal 229 2 10 0 0.99 0.96 0.10 357.89 0.98 0.45
Hex E5 2 A 0 63 60 A 166 62 2D
Octal 345 2 12 0 143 140 12 546 142 55
Binary 11100101 10 1010 0 1100011 1100000 1010 101100110 1100010 101101

Color Harmonies of #E5020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5020A

Black with #E5020A

Text Example


Text Example

White with #E5020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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