Html Css Color HEX #EB0115 Venetian Red

📋 copy color: '#EB0115'

red 235 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #EB0115

Tints of Venetian Red #EB0115

RGB

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

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

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

R = 91.44%
G = 0.39%
B = 8.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB0115 (or 0xEB0115) is known color: Venetian Red. HEX triplet: EB, 01 and 15. RGB value is (235,1,21). Sum of RGB (Red+Green+Blue) = 235+1+21=257 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.44% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0115 is #14FEEA. Grayscale: #494949. Windows color (decimal): -1375979 or 1376747. OLE color: 1376747.

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

Color convert

RGB 235 1 21 -
CMYK 0 1.00 0.91 0.08
HSL 354.87º 0.99% 0.46% -
HSV(B) 354.87º 1% 0.92% -
XYZ 34.41 17.74 2.32 -
YUV 73.25 98.52 243.37 -
System Red Green Blue C M Y K H S L
Decimal 235 1 21 0 1.00 0.91 0.08 354.87 0.99 0.46
Hex EB 1 15 0 64 5B 8 163 63 2E
Octal 353 1 25 0 144 133 10 543 143 56
Binary 11101011 1 10101 0 1100100 1011011 1000 101100011 1100011 101110

Color Harmonies of #EB0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0115

Black with #EB0115

Text Example


Text Example

White with #EB0115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0115; }

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

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

background-color css

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

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

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

border-color css

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

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

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