Html Css Color HEX #EA0514 Venetian Red

📋 copy color: '#EA0514'

red 234 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #EA0514

Tints of Venetian Red #EA0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 90.35%
G = 1.93%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA0514 (or 0xEA0514) is known color: Venetian Red. HEX triplet: EA, 05 and 14. RGB value is (234,5,20). Sum of RGB (Red+Green+Blue) = 234+5+20=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0514 is #15FAEB. Grayscale: #4B4B4B. Windows color (decimal): -1440492 or 1312234. OLE color: 1312234.

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

Color convert

RGB 234 5 20 -
CMYK 0 0.98 0.91 0.08
HSL 356.07º 0.96% 0.47% -
HSV(B) 356.07º 0.98% 0.92% -
XYZ 34.11 17.65 2.27 -
YUV 75.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 234 5 20 0 0.98 0.91 0.08 356.07 0.96 0.47
Hex EA 5 14 0 62 5B 8 164 60 2F
Octal 352 5 24 0 142 133 10 544 140 57
Binary 11101010 101 10100 0 1100010 1011011 1000 101100100 1100000 101111

Color Harmonies of #EA0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0514

Black with #EA0514

Text Example


Text Example

White with #EA0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0514; }

 p { color: rgb(234,5,20); }

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

background-color css

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

 a { background-color: rgb(234,5,20); }

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

border-color css

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

 span { border-color: rgb(234,5,20); }

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