Html Css Color HEX #EB080D Venetian Red

📋 copy color: '#EB080D'

red 235 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #EB080D

Tints of Venetian Red #EB080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 91.8%
G = 3.13%
B = 5.08%

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

#EB080D (or 0xEB080D) is known color: Venetian Red. HEX triplet: EB, 08 and 0D. RGB value is (235,8,13). Sum of RGB (Red+Green+Blue) = 235+8+13=256 (33% of max value = 765). Red value is 235 (92.19% from 255 or 91.80% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 235 - color contains mainly: red. Hex color #EB080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB080D is #14F7F2. Grayscale: #4C4C4C. Windows color (decimal): -1374195 or 854251. OLE color: 854251.

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

Color convert

RGB 235 8 13 -
CMYK 0 0.97 0.94 0.08
HSL 358.68º 0.93% 0.48% -
HSV(B) 358.68º 0.97% 0.92% -
XYZ 34.42 17.86 2.01 -
YUV 76.44 92.21 241.09 -
System Red Green Blue C M Y K H S L
Decimal 235 8 13 0 0.97 0.94 0.08 358.68 0.93 0.48
Hex EB 8 D 0 61 5E 8 167 5D 30
Octal 353 10 15 0 141 136 10 547 135 60
Binary 11101011 1000 1101 0 1100001 1011110 1000 101100111 1011101 110000

Color Harmonies of #EB080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB080D

Black with #EB080D

Text Example


Text Example

White with #EB080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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