Html Css Color HEX #E5040A Venetian Red

📋 copy color: '#E5040A'

red 229 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #E5040A

Tints of Venetian Red #E5040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 94.24%
G = 1.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5040A (or 0xE5040A) is known color: Venetian Red. HEX triplet: E5, 04 and 0A. RGB value is (229,4,10). Sum of RGB (Red+Green+Blue) = 229+4+10=243 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.24% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 229 - color contains mainly: red. Hex color #E5040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5040A is #1AFBF5. Grayscale: #484848. Windows color (decimal): -1768438 or 656613. OLE color: 656613.

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

Color convert

RGB 229 4 10 -
CMYK 0 0.98 0.96 0.10
HSL 358.4º 0.97% 0.46% -
HSV(B) 358.4º 0.98% 0.9% -
XYZ 32.41 16.77 1.82 -
YUV 71.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 229 4 10 0 0.98 0.96 0.10 358.4 0.97 0.46
Hex E5 4 A 0 62 60 A 166 61 2E
Octal 345 4 12 0 142 140 12 546 141 56
Binary 11100101 100 1010 0 1100010 1100000 1010 101100110 1100001 101110

Color Harmonies of #E5040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5040A

Black with #E5040A

Text Example


Text Example

White with #E5040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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