Html Css Color HEX #EA050E Venetian Red

📋 copy color: '#EA050E'

red 234 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #EA050E

Tints of Venetian Red #EA050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 92.49%
G = 1.98%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA050E (or 0xEA050E) is known color: Venetian Red. HEX triplet: EA, 05 and 0E. RGB value is (234,5,14). Sum of RGB (Red+Green+Blue) = 234+5+14=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA050E is #15FAF1. Grayscale: #4A4A4A. Windows color (decimal): -1440498 or 919018. OLE color: 919018.

HSL color Cylindrical-coordinate representation of color #EA050E: hue angle of 357.64º 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 #EA050E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 14 -
CMYK 0 0.98 0.94 0.08
HSL 357.64º 0.96% 0.47% -
HSV(B) 357.64º 0.98% 0.92% -
XYZ 34.07 17.63 2.02 -
YUV 74.5 93.87 241.77 -
System Red Green Blue C M Y K H S L
Decimal 234 5 14 0 0.98 0.94 0.08 357.64 0.96 0.47
Hex EA 5 E 0 62 5E 8 166 60 2F
Octal 352 5 16 0 142 136 10 546 140 57
Binary 11101010 101 1110 0 1100010 1011110 1000 101100110 1100000 101111

Color Harmonies of #EA050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA050E

Black with #EA050E

Text Example


Text Example

White with #EA050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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