Html Css Color HEX #E70219 Venetian Red

📋 copy color: '#E70219'

red 231 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #E70219

Tints of Venetian Red #E70219

RGB

 RED value IS 231 (90.63% from 255) = 89.53%

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

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

R = 89.53%
G = 0.78%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E70219 (or 0xE70219) is known color: Venetian Red. HEX triplet: E7, 02 and 19. RGB value is (231,2,25). Sum of RGB (Red+Green+Blue) = 231+2+25=258 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.53% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 231 - color contains mainly: red. Hex color #E70219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70219 is #18FDE6. Grayscale: #494949. Windows color (decimal): -1637863 or 1639143. OLE color: 1639143.

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

Color convert

RGB 231 2 25 -
CMYK 0 0.99 0.89 0.09
HSL 353.97º 0.98% 0.46% -
HSV(B) 353.97º 0.99% 0.91% -
XYZ 33.15 17.1 2.47 -
YUV 73.09 100.87 240.63 -
System Red Green Blue C M Y K H S L
Decimal 231 2 25 0 0.99 0.89 0.09 353.97 0.98 0.46
Hex E7 2 19 0 63 59 9 162 62 2E
Octal 347 2 31 0 143 131 11 542 142 56
Binary 11100111 10 11001 0 1100011 1011001 1001 101100010 1100010 101110

Color Harmonies of #E70219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70219

Black with #E70219

Text Example


Text Example

White with #E70219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70219; }

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

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

background-color css

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

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

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

border-color css

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

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

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