Html Css Color HEX #EB0011 Venetian Red

📋 copy color: '#EB0011'

red 235 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #EB0011

Tints of Venetian Red #EB0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 93.25%
G = 0%
B = 6.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB0011 (or 0xEB0011) is known color: Venetian Red. HEX triplet: EB, 00 and 11. RGB value is (235,0,17). Sum of RGB (Red+Green+Blue) = 235+0+17=252 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.25% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0011 is #14FFEE. Grayscale: #484848. Windows color (decimal): -1376239 or 1114347. OLE color: 1114347.

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

Color convert

RGB 235 0 17 -
CMYK 0 1 0.93 0.08
HSL 355.66º 1% 0.46% -
HSV(B) 355.66º 1% 0.92% -
XYZ 34.36 17.7 2.14 -
YUV 72.2 96.86 244.12 -
System Red Green Blue C M Y K H S L
Decimal 235 0 17 0 1 0.93 0.08 355.66 1 0.46
Hex EB 0 11 0 64 5D 8 164 64 2E
Octal 353 0 21 0 144 135 10 544 144 56
Binary 11101011 0 10001 0 1100100 1011101 1000 101100100 1100100 101110

Color Harmonies of #EB0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0011

Black with #EB0011

Text Example


Text Example

White with #EB0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0011; }

 p { color: rgb(235,0,17); }

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

background-color css

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

 a { background-color: rgb(235,0,17); }

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

border-color css

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

 span { border-color: rgb(235,0,17); }

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