Html Css Color HEX #E40519 Venetian Red

📋 copy color: '#E40519'

red 228 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #E40519

Tints of Venetian Red #E40519

RGB

 RED value IS 228 (89.45% from 255) = 88.37%

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 88.37%
G = 1.94%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E40519 (or 0xE40519) is known color: Venetian Red. HEX triplet: E4, 05 and 19. RGB value is (228,5,25). Sum of RGB (Red+Green+Blue) = 228+5+25=258 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.37% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 228 - color contains mainly: red. Hex color #E40519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40519 is #1BFAE6. Grayscale: #4A4A4A. Windows color (decimal): -1833703 or 1639908. OLE color: 1639908.

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

Color convert

RGB 228 5 25 -
CMYK 0 0.98 0.89 0.11
HSL 354.62º 0.96% 0.46% -
HSV(B) 354.62º 0.98% 0.89% -
XYZ 32.22 16.67 2.44 -
YUV 73.96 100.38 237.87 -
System Red Green Blue C M Y K H S L
Decimal 228 5 25 0 0.98 0.89 0.11 354.62 0.96 0.46
Hex E4 5 19 0 62 59 B 163 60 2E
Octal 344 5 31 0 142 131 13 543 140 56
Binary 11100100 101 11001 0 1100010 1011001 1011 101100011 1100000 101110

Color Harmonies of #E40519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40519

Black with #E40519

Text Example


Text Example

White with #E40519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40519; }

 p { color: rgb(228,5,25); }

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

background-color css

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

 a { background-color: rgb(228,5,25); }

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

border-color css

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

 span { border-color: rgb(228,5,25); }

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