Html Css Color HEX #E50409 Venetian Red

📋 copy color: '#E50409'

red 229 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #E50409

Tints of Venetian Red #E50409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 94.63%
G = 1.65%
B = 3.72%

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

#E50409 (or 0xE50409) is known color: Venetian Red. HEX triplet: E5, 04 and 09. RGB value is (229,4,9). Sum of RGB (Red+Green+Blue) = 229+4+9=242 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.63% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 229 - color contains mainly: red. Hex color #E50409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50409 is #1AFBF6. Grayscale: #484848. Windows color (decimal): -1768439 or 591077. OLE color: 591077.

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

Color convert

RGB 229 4 9 -
CMYK 0 0.98 0.96 0.10
HSL 358.67º 0.97% 0.46% -
HSV(B) 358.67º 0.98% 0.9% -
XYZ 32.41 16.76 1.79 -
YUV 71.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 229 4 9 0 0.98 0.96 0.10 358.67 0.97 0.46
Hex E5 4 9 0 62 60 A 167 61 2E
Octal 345 4 11 0 142 140 12 547 141 56
Binary 11100101 100 1001 0 1100010 1100000 1010 101100111 1100001 101110

Color Harmonies of #E50409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50409

Black with #E50409

Text Example


Text Example

White with #E50409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50409; }

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

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

background-color css

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

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

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

border-color css

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

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

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