Html Css Color HEX #EA080E Venetian Red

📋 copy color: '#EA080E'

red 234 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #EA080E

Tints of Venetian Red #EA080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 91.41%
G = 3.13%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA080E (or 0xEA080E) is known color: Venetian Red. HEX triplet: EA, 08 and 0E. RGB value is (234,8,14). Sum of RGB (Red+Green+Blue) = 234+8+14=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA080E is #15F7F1. Grayscale: #4C4C4C. Windows color (decimal): -1439730 or 919786. OLE color: 919786.

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

Color convert

RGB 234 8 14 -
CMYK 0 0.97 0.94 0.08
HSL 358.41º 0.93% 0.47% -
HSV(B) 358.41º 0.97% 0.92% -
XYZ 34.1 17.7 2.03 -
YUV 76.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 234 8 14 0 0.97 0.94 0.08 358.41 0.93 0.47
Hex EA 8 E 0 61 5E 8 166 5D 2F
Octal 352 10 16 0 141 136 10 546 135 57
Binary 11101010 1000 1110 0 1100001 1011110 1000 101100110 1011101 101111

Color Harmonies of #EA080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA080E

Black with #EA080E

Text Example


Text Example

White with #EA080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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