Html Css Color HEX #E0011A Venetian Red

📋 copy color: '#E0011A'

red 224 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #E0011A

Tints of Venetian Red #E0011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 89.24%
G = 0.4%
B = 10.36%

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

#E0011A (or 0xE0011A) is known color: Venetian Red. HEX triplet: E0, 01 and 1A. RGB value is (224,1,26). Sum of RGB (Red+Green+Blue) = 224+1+26=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E0011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0011A is #1FFEE5. Grayscale: #464646. Windows color (decimal): -2096870 or 1704416. OLE color: 1704416.

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

Color convert

RGB 224 1 26 -
CMYK 0 1.00 0.88 0.12
HSL 353.27º 0.99% 0.44% -
HSV(B) 353.27º 1% 0.88% -
XYZ 30.94 15.94 2.42 -
YUV 70.53 102.88 237.47 -
System Red Green Blue C M Y K H S L
Decimal 224 1 26 0 1.00 0.88 0.12 353.27 0.99 0.44
Hex E0 1 1A 0 64 58 C 161 63 2C
Octal 340 1 32 0 144 130 14 541 143 54
Binary 11100000 1 11010 0 1100100 1011000 1100 101100001 1100011 101100

Color Harmonies of #E0011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0011A

Black with #E0011A

Text Example


Text Example

White with #E0011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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