Html Css Color HEX #EA0B0E Venetian Red

📋 copy color: '#EA0B0E'

red 234 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #EA0B0E

Tints of Venetian Red #EA0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

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

R = 90.35%
G = 4.25%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA0B0E (or 0xEA0B0E) is known color: Venetian Red. HEX triplet: EA, 0B and 0E. RGB value is (234,11,14). Sum of RGB (Red+Green+Blue) = 234+11+14=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0B0E is #15F4F1. Grayscale: #4E4E4E. Windows color (decimal): -1438962 or 920554. OLE color: 920554.

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

Color convert

RGB 234 11 14 -
CMYK 0 0.95 0.94 0.08
HSL 359.19º 0.91% 0.48% -
HSV(B) 359.19º 0.95% 0.92% -
XYZ 34.13 17.76 2.05 -
YUV 78.02 91.88 239.26 -
System Red Green Blue C M Y K H S L
Decimal 234 11 14 0 0.95 0.94 0.08 359.19 0.91 0.48
Hex EA B E 0 5F 5E 8 167 5B 30
Octal 352 13 16 0 137 136 10 547 133 60
Binary 11101010 1011 1110 0 1011111 1011110 1000 101100111 1011011 110000

Color Harmonies of #EA0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B0E

Black with #EA0B0E

Text Example


Text Example

White with #EA0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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