Html Css Color HEX #E1011A Venetian Red

📋 copy color: '#E1011A'

red 225 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #E1011A

Tints of Venetian Red #E1011A

RGB

 RED value IS 225 (88.28% from 255) = 89.29%

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

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

R = 89.29%
G = 0.4%
B = 10.32%

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

#E1011A (or 0xE1011A) is known color: Venetian Red. HEX triplet: E1, 01 and 1A. RGB value is (225,1,26). Sum of RGB (Red+Green+Blue) = 225+1+26=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E1011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1011A is #1EFEE5. Grayscale: #464646. Windows color (decimal): -2031334 or 1704417. OLE color: 1704417.

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

Color convert

RGB 225 1 26 -
CMYK 0 1.00 0.88 0.12
HSL 353.3º 0.99% 0.44% -
HSV(B) 353.3º 1% 0.88% -
XYZ 31.25 16.1 2.44 -
YUV 70.83 102.71 237.97 -
System Red Green Blue C M Y K H S L
Decimal 225 1 26 0 1.00 0.88 0.12 353.3 0.99 0.44
Hex E1 1 1A 0 64 58 C 161 63 2C
Octal 341 1 32 0 144 130 14 541 143 54
Binary 11100001 1 11010 0 1100100 1011000 1100 101100001 1100011 101100

Color Harmonies of #E1011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1011A

Black with #E1011A

Text Example


Text Example

White with #E1011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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