Html Css Color HEX #E10219 Venetian Red

📋 copy color: '#E10219'

red 225 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #E10219

Tints of Venetian Red #E10219

RGB

 RED value IS 225 (88.28% from 255) = 89.29%

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

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

R = 89.29%
G = 0.79%
B = 9.92%

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

#E10219 (or 0xE10219) is known color: Venetian Red. HEX triplet: E1, 02 and 19. RGB value is (225,2,25). Sum of RGB (Red+Green+Blue) = 225+2+25=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E10219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10219 is #1EFDE6. Grayscale: #474747. Windows color (decimal): -2031079 or 1639137. OLE color: 1639137.

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

Color convert

RGB 225 2 25 -
CMYK 0 0.99 0.89 0.12
HSL 353.81º 0.98% 0.45% -
HSV(B) 353.81º 0.99% 0.88% -
XYZ 31.25 16.12 2.38 -
YUV 71.3 101.88 237.63 -
System Red Green Blue C M Y K H S L
Decimal 225 2 25 0 0.99 0.89 0.12 353.81 0.98 0.45
Hex E1 2 19 0 63 59 C 162 62 2D
Octal 341 2 31 0 143 131 14 542 142 55
Binary 11100001 10 11001 0 1100011 1011001 1100 101100010 1100010 101101

Color Harmonies of #E10219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10219

Black with #E10219

Text Example


Text Example

White with #E10219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10219; }

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

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

background-color css

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

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

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

border-color css

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

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

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