Html Css Color HEX #E0011B Venetian Red

📋 copy color: '#E0011B'

red 224 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #E0011B

Tints of Venetian Red #E0011B

RGB

 RED value IS 224 (87.89% from 255) = 88.89%

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 88.89%
G = 0.4%
B = 10.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0011B (or 0xE0011B) is known color: Venetian Red. HEX triplet: E0, 01 and 1B. RGB value is (224,1,27). Sum of RGB (Red+Green+Blue) = 224+1+27=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E0011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0011B is #1FFEE4. Grayscale: #464646. Windows color (decimal): -2096869 or 1769952. OLE color: 1769952.

HSL color Cylindrical-coordinate representation of color #E0011B: hue angle of 353º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 27 -
CMYK 0 1.00 0.88 0.12
HSL 353º 0.99% 0.44% -
HSV(B) 353º 1% 0.88% -
XYZ 30.95 15.95 2.48 -
YUV 70.64 103.38 237.39 -
System Red Green Blue C M Y K H S L
Decimal 224 1 27 0 1.00 0.88 0.12 353 0.99 0.44
Hex E0 1 1B 0 64 58 C 161 63 2C
Octal 340 1 33 0 144 130 14 541 143 54
Binary 11100000 1 11011 0 1100100 1011000 1100 101100001 1100011 101100

Color Harmonies of #E0011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0011B

Black with #E0011B

Text Example


Text Example

White with #E0011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0011B; }

 p { color: rgb(224,1,27); }

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

background-color css

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

 a { background-color: rgb(224,1,27); }

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

border-color css

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

 span { border-color: rgb(224,1,27); }

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