Html Css Color HEX #EA0219 Venetian Red

📋 copy color: '#EA0219'

red 234 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #EA0219

Tints of Venetian Red #EA0219

RGB

 RED value IS 234 (91.8% from 255) = 89.66%

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

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

R = 89.66%
G = 0.77%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA0219 (or 0xEA0219) is known color: Venetian Red. HEX triplet: EA, 02 and 19. RGB value is (234,2,25). Sum of RGB (Red+Green+Blue) = 234+2+25=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0219 is #15FDE6. Grayscale: #4A4A4A. Windows color (decimal): -1441255 or 1639146. OLE color: 1639146.

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

Color convert

RGB 234 2 25 -
CMYK 0 0.99 0.89 0.08
HSL 354.05º 0.98% 0.46% -
HSV(B) 354.05º 0.99% 0.92% -
XYZ 34.13 17.61 2.52 -
YUV 73.99 100.36 242.13 -
System Red Green Blue C M Y K H S L
Decimal 234 2 25 0 0.99 0.89 0.08 354.05 0.98 0.46
Hex EA 2 19 0 63 59 8 162 62 2E
Octal 352 2 31 0 143 131 10 542 142 56
Binary 11101010 10 11001 0 1100011 1011001 1000 101100010 1100010 101110

Color Harmonies of #EA0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0219

Black with #EA0219

Text Example


Text Example

White with #EA0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0219; }

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

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

background-color css

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

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

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

border-color css

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

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

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