Html Css Color HEX #EA0910 Venetian Red

📋 copy color: '#EA0910'

red 234 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #EA0910

Tints of Venetian Red #EA0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 90.35%
G = 3.47%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA0910 (or 0xEA0910) is known color: Venetian Red. HEX triplet: EA, 09 and 10. RGB value is (234,9,16). Sum of RGB (Red+Green+Blue) = 234+9+16=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0910 is #15F6EF. Grayscale: #4D4D4D. Windows color (decimal): -1439472 or 1051114. OLE color: 1051114.

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

Color convert

RGB 234 9 16 -
CMYK 0 0.96 0.93 0.08
HSL 358.13º 0.93% 0.48% -
HSV(B) 358.13º 0.96% 0.92% -
XYZ 34.12 17.73 2.11 -
YUV 77.07 93.54 239.93 -
System Red Green Blue C M Y K H S L
Decimal 234 9 16 0 0.96 0.93 0.08 358.13 0.93 0.48
Hex EA 9 10 0 60 5D 8 166 5D 30
Octal 352 11 20 0 140 135 10 546 135 60
Binary 11101010 1001 10000 0 1100000 1011101 1000 101100110 1011101 110000

Color Harmonies of #EA0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0910

Black with #EA0910

Text Example


Text Example

White with #EA0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0910; }

 p { color: rgb(234,9,16); }

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

background-color css

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

 a { background-color: rgb(234,9,16); }

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

border-color css

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

 span { border-color: rgb(234,9,16); }

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