Html Css Color HEX #EB0015 Venetian Red

📋 copy color: '#EB0015'

red 235 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #EB0015

Tints of Venetian Red #EB0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 91.8%
G = 0%
B = 8.2%

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

#EB0015 (or 0xEB0015) is known color: Venetian Red. HEX triplet: EB, 00 and 15. RGB value is (235,0,21). Sum of RGB (Red+Green+Blue) = 235+0+21=256 (33% of max value = 765). Red value is 235 (92.19% from 255 or 91.80% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0015 is #14FFEA. Grayscale: #484848. Windows color (decimal): -1376235 or 1376491. OLE color: 1376491.

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

Color convert

RGB 235 0 21 -
CMYK 0 1 0.91 0.08
HSL 354.64º 1% 0.46% -
HSV(B) 354.64º 1% 0.92% -
XYZ 34.4 17.72 2.32 -
YUV 72.66 98.86 243.79 -
System Red Green Blue C M Y K H S L
Decimal 235 0 21 0 1 0.91 0.08 354.64 1 0.46
Hex EB 0 15 0 64 5B 8 163 64 2E
Octal 353 0 25 0 144 133 10 543 144 56
Binary 11101011 0 10101 0 1100100 1011011 1000 101100011 1100100 101110

Color Harmonies of #EB0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0015

Black with #EB0015

Text Example


Text Example

White with #EB0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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