Html Css Color HEX #E50A11 Venetian Red

📋 copy color: '#E50A11'

red 229 ◦ green 10 ◦ blue 17

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

Shades of Venetian Red #E50A11

Tints of Venetian Red #E50A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 89.45%
G = 3.91%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50A11 (or 0xE50A11) is known color: Venetian Red. HEX triplet: E5, 0A and 11. RGB value is (229,10,17). Sum of RGB (Red+Green+Blue) = 229+10+17=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50A11 is #1AF5EE. Grayscale: #4C4C4C. Windows color (decimal): -1766895 or 1116901. OLE color: 1116901.

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

Color convert

RGB 229 10 17 -
CMYK 0 0.96 0.93 0.10
HSL 358.08º 0.92% 0.47% -
HSV(B) 358.08º 0.96% 0.9% -
XYZ 32.52 16.92 2.08 -
YUV 76.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 229 10 17 0 0.96 0.93 0.10 358.08 0.92 0.47
Hex E5 A 11 0 60 5D A 166 5C 2F
Octal 345 12 21 0 140 135 12 546 134 57
Binary 11100101 1010 10001 0 1100000 1011101 1010 101100110 1011100 101111

Color Harmonies of #E50A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A11

Black with #E50A11

Text Example


Text Example

White with #E50A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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