Html Css Color HEX #E1041A Venetian Red

📋 copy color: '#E1041A'

red 225 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #E1041A

Tints of Venetian Red #E1041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 88.24%
G = 1.57%
B = 10.2%

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

#E1041A (or 0xE1041A) is known color: Venetian Red. HEX triplet: E1, 04 and 1A. RGB value is (225,4,26). Sum of RGB (Red+Green+Blue) = 225+4+26=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041A is #1EFBE5. Grayscale: #484848. Windows color (decimal): -2030566 or 1705185. OLE color: 1705185.

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

Color convert

RGB 225 4 26 -
CMYK 0 0.98 0.88 0.12
HSL 354.03º 0.97% 0.45% -
HSV(B) 354.03º 0.98% 0.88% -
XYZ 31.28 16.17 2.45 -
YUV 72.59 101.72 236.71 -
System Red Green Blue C M Y K H S L
Decimal 225 4 26 0 0.98 0.88 0.12 354.03 0.97 0.45
Hex E1 4 1A 0 62 58 C 162 61 2D
Octal 341 4 32 0 142 130 14 542 141 55
Binary 11100001 100 11010 0 1100010 1011000 1100 101100010 1100001 101101

Color Harmonies of #E1041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1041A

Black with #E1041A

Text Example


Text Example

White with #E1041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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