Html Css Color HEX #E0011D Venetian Red

📋 copy color: '#E0011D'

red 224 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #E0011D

Tints of Venetian Red #E0011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 88.19%
G = 0.39%
B = 11.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0011D (or 0xE0011D) is known color: Venetian Red. HEX triplet: E0, 01 and 1D. RGB value is (224,1,29). Sum of RGB (Red+Green+Blue) = 224+1+29=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0011D is #1FFEE2. Grayscale: #464646. Windows color (decimal): -2096867 or 1901024. OLE color: 1901024.

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

Color convert

RGB 224 1 29 -
CMYK 0 1.00 0.87 0.12
HSL 352.47º 0.99% 0.44% -
HSV(B) 352.47º 1% 0.88% -
XYZ 30.97 15.96 2.61 -
YUV 70.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 224 1 29 0 1.00 0.87 0.12 352.47 0.99 0.44
Hex E0 1 1D 0 64 57 C 160 63 2C
Octal 340 1 35 0 144 127 14 540 143 54
Binary 11100000 1 11101 0 1100100 1010111 1100 101100000 1100011 101100

Color Harmonies of #E0011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0011D

Black with #E0011D

Text Example


Text Example

White with #E0011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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