Html Css Color HEX #E00119 Venetian Red

📋 copy color: '#E00119'

red 224 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #E00119

Tints of Venetian Red #E00119

RGB

 RED value IS 224 (87.89% from 255) = 89.6%

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 89.6%
G = 0.4%
B = 10%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00119 (or 0xE00119) is known color: Venetian Red. HEX triplet: E0, 01 and 19. RGB value is (224,1,25). Sum of RGB (Red+Green+Blue) = 224+1+25=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E00119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00119 is #1FFEE6. Grayscale: #464646. Windows color (decimal): -2096871 or 1638880. OLE color: 1638880.

HSL color Cylindrical-coordinate representation of color #E00119: hue angle of 353.54º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 25 -
CMYK 0 1.00 0.89 0.12
HSL 353.54º 0.99% 0.44% -
HSV(B) 353.54º 1% 0.88% -
XYZ 30.93 15.94 2.37 -
YUV 70.41 102.38 237.55 -
System Red Green Blue C M Y K H S L
Decimal 224 1 25 0 1.00 0.89 0.12 353.54 0.99 0.44
Hex E0 1 19 0 64 59 C 162 63 2C
Octal 340 1 31 0 144 131 14 542 143 54
Binary 11100000 1 11001 0 1100100 1011001 1100 101100010 1100011 101100

Color Harmonies of #E00119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00119

Black with #E00119

Text Example


Text Example

White with #E00119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00119; }

 p { color: rgb(224,1,25); }

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

background-color css

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

 a { background-color: rgb(224,1,25); }

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

border-color css

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

 span { border-color: rgb(224,1,25); }

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