Html Css Color HEX #EA0319 Venetian Red

📋 copy color: '#EA0319'

red 234 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #EA0319

Tints of Venetian Red #EA0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 89.31%
G = 1.15%
B = 9.54%

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

#EA0319 (or 0xEA0319) is known color: Venetian Red. HEX triplet: EA, 03 and 19. RGB value is (234,3,25). Sum of RGB (Red+Green+Blue) = 234+3+25=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0319 is #15FCE6. Grayscale: #4A4A4A. Windows color (decimal): -1440999 or 1639402. OLE color: 1639402.

HSL color Cylindrical-coordinate representation of color #EA0319: hue angle of 354.29º degrees, saturation: 0.97, 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 #EA0319 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 25 -
CMYK 0 0.99 0.89 0.08
HSL 354.29º 0.97% 0.46% -
HSV(B) 354.29º 0.99% 0.92% -
XYZ 34.14 17.63 2.52 -
YUV 74.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 234 3 25 0 0.99 0.89 0.08 354.29 0.97 0.46
Hex EA 3 19 0 63 59 8 162 61 2E
Octal 352 3 31 0 143 131 10 542 141 56
Binary 11101010 11 11001 0 1100011 1011001 1000 101100010 1100001 101110

Color Harmonies of #EA0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0319

Black with #EA0319

Text Example


Text Example

White with #EA0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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