Html Css Color HEX #EB0014 Venetian Red

📋 copy color: '#EB0014'

red 235 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #EB0014

Tints of Venetian Red #EB0014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 92.16%
G = 0%
B = 7.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB0014 (or 0xEB0014) is known color: Venetian Red. HEX triplet: EB, 00 and 14. RGB value is (235,0,20). Sum of RGB (Red+Green+Blue) = 235+0+20=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0014 is #14FFEB. Grayscale: #484848. Windows color (decimal): -1376236 or 1310955. OLE color: 1310955.

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

Color convert

RGB 235 0 20 -
CMYK 0 1 0.91 0.08
HSL 354.89º 1% 0.46% -
HSV(B) 354.89º 1% 0.92% -
XYZ 34.39 17.71 2.27 -
YUV 72.55 98.36 243.87 -
System Red Green Blue C M Y K H S L
Decimal 235 0 20 0 1 0.91 0.08 354.89 1 0.46
Hex EB 0 14 0 64 5B 8 163 64 2E
Octal 353 0 24 0 144 133 10 543 144 56
Binary 11101011 0 10100 0 1100100 1011011 1000 101100011 1100100 101110

Color Harmonies of #EB0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0014

Black with #EB0014

Text Example


Text Example

White with #EB0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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