Html Css Color HEX #EB080F Venetian Red

📋 copy color: '#EB080F'

red 235 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #EB080F

Tints of Venetian Red #EB080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 91.09%
G = 3.1%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB080F (or 0xEB080F) is known color: Venetian Red. HEX triplet: EB, 08 and 0F. RGB value is (235,8,15). Sum of RGB (Red+Green+Blue) = 235+8+15=258 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.09% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 235 - color contains mainly: red. Hex color #EB080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB080F is #14F7F0. Grayscale: #4C4C4C. Windows color (decimal): -1374193 or 985323. OLE color: 985323.

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

Color convert

RGB 235 8 15 -
CMYK 0 0.97 0.94 0.08
HSL 358.15º 0.93% 0.48% -
HSV(B) 358.15º 0.97% 0.92% -
XYZ 34.43 17.87 2.09 -
YUV 76.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 235 8 15 0 0.97 0.94 0.08 358.15 0.93 0.48
Hex EB 8 F 0 61 5E 8 166 5D 30
Octal 353 10 17 0 141 136 10 546 135 60
Binary 11101011 1000 1111 0 1100001 1011110 1000 101100110 1011101 110000

Color Harmonies of #EB080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB080F

Black with #EB080F

Text Example


Text Example

White with #EB080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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