Html Css Color HEX #EB0118 Venetian Red

📋 copy color: '#EB0118'

red 235 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #EB0118

Tints of Venetian Red #EB0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 90.38%
G = 0.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB0118 (or 0xEB0118) is known color: Venetian Red. HEX triplet: EB, 01 and 18. RGB value is (235,1,24). Sum of RGB (Red+Green+Blue) = 235+1+24=260 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0118 is #14FEE7. Grayscale: #494949. Windows color (decimal): -1375976 or 1573355. OLE color: 1573355.

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

Color convert

RGB 235 1 24 -
CMYK 0 1.00 0.90 0.08
HSL 354.1º 0.99% 0.46% -
HSV(B) 354.1º 1% 0.92% -
XYZ 34.44 17.75 2.48 -
YUV 73.59 100.02 243.13 -
System Red Green Blue C M Y K H S L
Decimal 235 1 24 0 1.00 0.90 0.08 354.1 0.99 0.46
Hex EB 1 18 0 64 5A 8 162 63 2E
Octal 353 1 30 0 144 132 10 542 143 56
Binary 11101011 1 11000 0 1100100 1011010 1000 101100010 1100011 101110

Color Harmonies of #EB0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0118

Black with #EB0118

Text Example


Text Example

White with #EB0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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