Html Css Color HEX #EB0A0E Venetian Red

📋 copy color: '#EB0A0E'

red 235 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #EB0A0E

Tints of Venetian Red #EB0A0E

RGB

 RED value IS 235 (92.19% from 255) = 90.73%

 GREEN value IS 10 (4.3% from 255) = 3.86%

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

R = 90.73%
G = 3.86%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB0A0E (or 0xEB0A0E) is known color: Venetian Red. HEX triplet: EB, 0A and 0E. RGB value is (235,10,14). Sum of RGB (Red+Green+Blue) = 235+10+14=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0A0E is #14F5F1. Grayscale: #4D4D4D. Windows color (decimal): -1373682 or 920299. OLE color: 920299.

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

Color convert

RGB 235 10 14 -
CMYK 0 0.96 0.94 0.08
HSL 358.93º 0.92% 0.48% -
HSV(B) 358.93º 0.96% 0.92% -
XYZ 34.45 17.91 2.06 -
YUV 77.73 92.04 240.17 -
System Red Green Blue C M Y K H S L
Decimal 235 10 14 0 0.96 0.94 0.08 358.93 0.92 0.48
Hex EB A E 0 60 5E 8 167 5C 30
Octal 353 12 16 0 140 136 10 547 134 60
Binary 11101011 1010 1110 0 1100000 1011110 1000 101100111 1011100 110000

Color Harmonies of #EB0A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A0E

Black with #EB0A0E

Text Example


Text Example

White with #EB0A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A0E; }

 p { color: rgb(235,10,14); }

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

background-color css

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

 a { background-color: rgb(235,10,14); }

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

border-color css

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

 span { border-color: rgb(235,10,14); }

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