Html Css Color HEX #EB0411 Venetian Red

📋 copy color: '#EB0411'

red 235 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #EB0411

Tints of Venetian Red #EB0411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 91.8%
G = 1.56%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB0411 (or 0xEB0411) is known color: Venetian Red. HEX triplet: EB, 04 and 11. RGB value is (235,4,17). Sum of RGB (Red+Green+Blue) = 235+4+17=256 (33% of max value = 765). Red value is 235 (92.19% from 255 or 91.80% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0411 is #14FBEE. Grayscale: #4A4A4A. Windows color (decimal): -1375215 or 1115371. OLE color: 1115371.

HSL color Cylindrical-coordinate representation of color #EB0411: hue angle of 356.62º degrees, saturation: 0.97, 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 #EB0411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 17 -
CMYK 0 0.98 0.93 0.08
HSL 356.62º 0.97% 0.47% -
HSV(B) 356.62º 0.98% 0.92% -
XYZ 34.41 17.79 2.15 -
YUV 74.55 95.53 242.44 -
System Red Green Blue C M Y K H S L
Decimal 235 4 17 0 0.98 0.93 0.08 356.62 0.97 0.47
Hex EB 4 11 0 62 5D 8 165 61 2F
Octal 353 4 21 0 142 135 10 545 141 57
Binary 11101011 100 10001 0 1100010 1011101 1000 101100101 1100001 101111

Color Harmonies of #EB0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0411

Black with #EB0411

Text Example


Text Example

White with #EB0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0411; }

 p { color: rgb(235,4,17); }

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

background-color css

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

 a { background-color: rgb(235,4,17); }

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

border-color css

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

 span { border-color: rgb(235,4,17); }

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