Html Css Color HEX #E1051A Venetian Red

📋 copy color: '#E1051A'

red 225 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #E1051A

Tints of Venetian Red #E1051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 87.89%
G = 1.95%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1051A (or 0xE1051A) is known color: Venetian Red. HEX triplet: E1, 05 and 1A. RGB value is (225,5,26). Sum of RGB (Red+Green+Blue) = 225+5+26=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E1051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1051A is #1EFAE5. Grayscale: #494949. Windows color (decimal): -2030310 or 1705441. OLE color: 1705441.

HSL color Cylindrical-coordinate representation of color #E1051A: hue angle of 354.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1051A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 26 -
CMYK 0 0.98 0.88 0.12
HSL 354.27º 0.96% 0.45% -
HSV(B) 354.27º 0.98% 0.88% -
XYZ 31.29 16.19 2.45 -
YUV 73.17 101.39 236.29 -
System Red Green Blue C M Y K H S L
Decimal 225 5 26 0 0.98 0.88 0.12 354.27 0.96 0.45
Hex E1 5 1A 0 62 58 C 162 60 2D
Octal 341 5 32 0 142 130 14 542 140 55
Binary 11100001 101 11010 0 1100010 1011000 1100 101100010 1100000 101101

Color Harmonies of #E1051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1051A

Black with #E1051A

Text Example


Text Example

White with #E1051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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