Html Css Color HEX #E20419 Venetian Red

📋 copy color: '#E20419'

red 226 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #E20419

Tints of Venetian Red #E20419

RGB

 RED value IS 226 (88.67% from 255) = 88.63%

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

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

R = 88.63%
G = 1.57%
B = 9.8%

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

#E20419 (or 0xE20419) is known color: Venetian Red. HEX triplet: E2, 04 and 19. RGB value is (226,4,25). Sum of RGB (Red+Green+Blue) = 226+4+25=255 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.63% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 226 - color contains mainly: red. Hex color #E20419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20419 is #1DFBE6. Grayscale: #484848. Windows color (decimal): -1965031 or 1639650. OLE color: 1639650.

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

Color convert

RGB 226 4 25 -
CMYK 0 0.98 0.89 0.11
HSL 354.32º 0.97% 0.45% -
HSV(B) 354.32º 0.98% 0.89% -
XYZ 31.58 16.33 2.41 -
YUV 72.77 101.05 237.29 -
System Red Green Blue C M Y K H S L
Decimal 226 4 25 0 0.98 0.89 0.11 354.32 0.97 0.45
Hex E2 4 19 0 62 59 B 162 61 2D
Octal 342 4 31 0 142 131 13 542 141 55
Binary 11100010 100 11001 0 1100010 1011001 1011 101100010 1100001 101101

Color Harmonies of #E20419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20419

Black with #E20419

Text Example


Text Example

White with #E20419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20419; }

 p { color: rgb(226,4,25); }

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

background-color css

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

 a { background-color: rgb(226,4,25); }

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

border-color css

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

 span { border-color: rgb(226,4,25); }

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