Html Css Color HEX #EB0116 Venetian Red

📋 copy color: '#EB0116'

red 235 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #EB0116

Tints of Venetian Red #EB0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 91.09%
G = 0.39%
B = 8.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB0116 (or 0xEB0116) is known color: Venetian Red. HEX triplet: EB, 01 and 16. RGB value is (235,1,22). Sum of RGB (Red+Green+Blue) = 235+1+22=258 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.09% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0116 is #14FEE9. Grayscale: #494949. Windows color (decimal): -1375978 or 1442283. OLE color: 1442283.

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

Color convert

RGB 235 1 22 -
CMYK 0 1.00 0.91 0.08
HSL 354.62º 0.99% 0.46% -
HSV(B) 354.62º 1% 0.92% -
XYZ 34.42 17.74 2.37 -
YUV 73.36 99.02 243.29 -
System Red Green Blue C M Y K H S L
Decimal 235 1 22 0 1.00 0.91 0.08 354.62 0.99 0.46
Hex EB 1 16 0 64 5B 8 163 63 2E
Octal 353 1 26 0 144 133 10 543 143 56
Binary 11101011 1 10110 0 1100100 1011011 1000 101100011 1100011 101110

Color Harmonies of #EB0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0116

Black with #EB0116

Text Example


Text Example

White with #EB0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0116; }

 p { color: rgb(235,1,22); }

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

background-color css

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

 a { background-color: rgb(235,1,22); }

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

border-color css

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

 span { border-color: rgb(235,1,22); }

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