Html Css Color HEX #EB0512 Venetian Red

📋 copy color: '#EB0512'

red 235 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #EB0512

Tints of Venetian Red #EB0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 91.09%
G = 1.94%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB0512 (or 0xEB0512) is known color: Venetian Red. HEX triplet: EB, 05 and 12. RGB value is (235,5,18). Sum of RGB (Red+Green+Blue) = 235+5+18=258 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.09% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0512 is #14FAED. Grayscale: #4B4B4B. Windows color (decimal): -1374958 or 1181163. OLE color: 1181163.

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

Color convert

RGB 235 5 18 -
CMYK 0 0.98 0.92 0.08
HSL 356.61º 0.96% 0.47% -
HSV(B) 356.61º 0.98% 0.92% -
XYZ 34.42 17.81 2.2 -
YUV 75.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 235 5 18 0 0.98 0.92 0.08 356.61 0.96 0.47
Hex EB 5 12 0 62 5C 8 165 60 2F
Octal 353 5 22 0 142 134 10 545 140 57
Binary 11101011 101 10010 0 1100010 1011100 1000 101100101 1100000 101111

Color Harmonies of #EB0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0512

Black with #EB0512

Text Example


Text Example

White with #EB0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0512; }

 p { color: rgb(235,5,18); }

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

background-color css

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

 a { background-color: rgb(235,5,18); }

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

border-color css

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

 span { border-color: rgb(235,5,18); }

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