Html Css Color HEX #EA080A Venetian Red

📋 copy color: '#EA080A'

red 234 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #EA080A

Tints of Venetian Red #EA080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 92.86%
G = 3.17%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA080A (or 0xEA080A) is known color: Venetian Red. HEX triplet: EA, 08 and 0A. RGB value is (234,8,10). Sum of RGB (Red+Green+Blue) = 234+8+10=252 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.86% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 234 - color contains mainly: red. Hex color #EA080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA080A is #15F7F5. Grayscale: #4C4C4C. Windows color (decimal): -1439734 or 657642. OLE color: 657642.

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

Color convert

RGB 234 8 10 -
CMYK 0 0.97 0.96 0.08
HSL 359.47º 0.93% 0.47% -
HSV(B) 359.47º 0.97% 0.92% -
XYZ 34.07 17.69 1.91 -
YUV 75.8 90.87 240.84 -
System Red Green Blue C M Y K H S L
Decimal 234 8 10 0 0.97 0.96 0.08 359.47 0.93 0.47
Hex EA 8 A 0 61 60 8 167 5D 2F
Octal 352 10 12 0 141 140 10 547 135 57
Binary 11101010 1000 1010 0 1100001 1100000 1000 101100111 1011101 101111

Color Harmonies of #EA080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA080A

Black with #EA080A

Text Example


Text Example

White with #EA080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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