Html Css Color HEX #EB0117 Venetian Red

📋 copy color: '#EB0117'

red 235 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #EB0117

Tints of Venetian Red #EB0117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 90.73%
G = 0.39%
B = 8.88%

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

#EB0117 (or 0xEB0117) is known color: Venetian Red. HEX triplet: EB, 01 and 17. RGB value is (235,1,23). Sum of RGB (Red+Green+Blue) = 235+1+23=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0117 is #14FEE8. Grayscale: #494949. Windows color (decimal): -1375977 or 1507819. OLE color: 1507819.

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

Color convert

RGB 235 1 23 -
CMYK 0 1.00 0.90 0.08
HSL 354.36º 0.99% 0.46% -
HSV(B) 354.36º 1% 0.92% -
XYZ 34.43 17.75 2.42 -
YUV 73.47 99.52 243.21 -
System Red Green Blue C M Y K H S L
Decimal 235 1 23 0 1.00 0.90 0.08 354.36 0.99 0.46
Hex EB 1 17 0 64 5A 8 162 63 2E
Octal 353 1 27 0 144 132 10 542 143 56
Binary 11101011 1 10111 0 1100100 1011010 1000 101100010 1100011 101110

Color Harmonies of #EB0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0117

Black with #EB0117

Text Example


Text Example

White with #EB0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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