Html Css Color HEX #E4041B Venetian Red

📋 copy color: '#E4041B'

red 228 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #E4041B

Tints of Venetian Red #E4041B

RGB

 RED value IS 228 (89.45% from 255) = 88.03%

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

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

R = 88.03%
G = 1.54%
B = 10.42%

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

#E4041B (or 0xE4041B) is known color: Venetian Red. HEX triplet: E4, 04 and 1B. RGB value is (228,4,27). Sum of RGB (Red+Green+Blue) = 228+4+27=259 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.03% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 228 - color contains mainly: red. Hex color #E4041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4041B is #1BFBE4. Grayscale: #494949. Windows color (decimal): -1833957 or 1770724. OLE color: 1770724.

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

Color convert

RGB 228 4 27 -
CMYK 0 0.98 0.88 0.11
HSL 353.84º 0.97% 0.45% -
HSV(B) 353.84º 0.98% 0.89% -
XYZ 32.24 16.66 2.55 -
YUV 73.6 101.71 238.13 -
System Red Green Blue C M Y K H S L
Decimal 228 4 27 0 0.98 0.88 0.11 353.84 0.97 0.45
Hex E4 4 1B 0 62 58 B 162 61 2D
Octal 344 4 33 0 142 130 13 542 141 55
Binary 11100100 100 11011 0 1100010 1011000 1011 101100010 1100001 101101

Color Harmonies of #E4041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4041B

Black with #E4041B

Text Example


Text Example

White with #E4041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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