Html Css Color HEX #E00219 Venetian Red

📋 copy color: '#E00219'

red 224 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #E00219

Tints of Venetian Red #E00219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 89.24%
G = 0.8%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00219 (or 0xE00219) is known color: Venetian Red. HEX triplet: E0, 02 and 19. RGB value is (224,2,25). Sum of RGB (Red+Green+Blue) = 224+2+25=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00219 is #1FFDE6. Grayscale: #474747. Windows color (decimal): -2096615 or 1639136. OLE color: 1639136.

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

Color convert

RGB 224 2 25 -
CMYK 0 0.99 0.89 0.12
HSL 353.78º 0.98% 0.44% -
HSV(B) 353.78º 0.99% 0.88% -
XYZ 30.94 15.96 2.37 -
YUV 71 102.05 237.13 -
System Red Green Blue C M Y K H S L
Decimal 224 2 25 0 0.99 0.89 0.12 353.78 0.98 0.44
Hex E0 2 19 0 63 59 C 162 62 2C
Octal 340 2 31 0 143 131 14 542 142 54
Binary 11100000 10 11001 0 1100011 1011001 1100 101100010 1100010 101100

Color Harmonies of #E00219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00219

Black with #E00219

Text Example


Text Example

White with #E00219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00219; }

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

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

background-color css

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

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

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

border-color css

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

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

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