Html Css Color HEX #E1041B Venetian Red

📋 copy color: '#E1041B'

red 225 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #E1041B

Tints of Venetian Red #E1041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 87.89%
G = 1.56%
B = 10.55%

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

#E1041B (or 0xE1041B) is known color: Venetian Red. HEX triplet: E1, 04 and 1B. RGB value is (225,4,27). Sum of RGB (Red+Green+Blue) = 225+4+27=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041B is #1EFBE4. Grayscale: #484848. Windows color (decimal): -2030565 or 1770721. OLE color: 1770721.

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

Color convert

RGB 225 4 27 -
CMYK 0 0.98 0.88 0.12
HSL 353.76º 0.97% 0.45% -
HSV(B) 353.76º 0.98% 0.88% -
XYZ 31.29 16.17 2.51 -
YUV 72.7 102.22 236.63 -
System Red Green Blue C M Y K H S L
Decimal 225 4 27 0 0.98 0.88 0.12 353.76 0.97 0.45
Hex E1 4 1B 0 62 58 C 162 61 2D
Octal 341 4 33 0 142 130 14 542 141 55
Binary 11100001 100 11011 0 1100010 1011000 1100 101100010 1100001 101101

Color Harmonies of #E1041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1041B

Black with #E1041B

Text Example


Text Example

White with #E1041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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