Html Css Color HEX #E2041B Venetian Red

📋 copy color: '#E2041B'

red 226 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #E2041B

Tints of Venetian Red #E2041B

RGB

 RED value IS 226 (88.67% from 255) = 87.94%

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

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

R = 87.94%
G = 1.56%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2041B (or 0xE2041B) is known color: Venetian Red. HEX triplet: E2, 04 and 1B. RGB value is (226,4,27). Sum of RGB (Red+Green+Blue) = 226+4+27=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2041B is #1DFBE4. Grayscale: #494949. Windows color (decimal): -1965029 or 1770722. OLE color: 1770722.

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

Color convert

RGB 226 4 27 -
CMYK 0 0.98 0.88 0.11
HSL 353.78º 0.97% 0.45% -
HSV(B) 353.78º 0.98% 0.89% -
XYZ 31.61 16.33 2.52 -
YUV 73 102.05 237.13 -
System Red Green Blue C M Y K H S L
Decimal 226 4 27 0 0.98 0.88 0.11 353.78 0.97 0.45
Hex E2 4 1B 0 62 58 B 162 61 2D
Octal 342 4 33 0 142 130 13 542 141 55
Binary 11100010 100 11011 0 1100010 1011000 1011 101100010 1100001 101101

Color Harmonies of #E2041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2041B

Black with #E2041B

Text Example


Text Example

White with #E2041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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