Html Css Color HEX #EB080A Venetian Red

📋 copy color: '#EB080A'

red 235 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #EB080A

Tints of Venetian Red #EB080A

RGB

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

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

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

R = 92.89%
G = 3.16%
B = 3.95%

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

#EB080A (or 0xEB080A) is known color: Venetian Red. HEX triplet: EB, 08 and 0A. RGB value is (235,8,10). Sum of RGB (Red+Green+Blue) = 235+8+10=253 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.89% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 235 - color contains mainly: red. Hex color #EB080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB080A is #14F7F5. Grayscale: #4C4C4C. Windows color (decimal): -1374198 or 657643. OLE color: 657643.

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

Color convert

RGB 235 8 10 -
CMYK 0 0.97 0.96 0.08
HSL 359.47º 0.93% 0.48% -
HSV(B) 359.47º 0.97% 0.92% -
XYZ 34.4 17.86 1.92 -
YUV 76.1 90.71 241.34 -
System Red Green Blue C M Y K H S L
Decimal 235 8 10 0 0.97 0.96 0.08 359.47 0.93 0.48
Hex EB 8 A 0 61 60 8 167 5D 30
Octal 353 10 12 0 141 140 10 547 135 60
Binary 11101011 1000 1010 0 1100001 1100000 1000 101100111 1011101 110000

Color Harmonies of #EB080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB080A

Black with #EB080A

Text Example


Text Example

White with #EB080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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