Html Css Color HEX #E4001F Venetian Red

📋 copy color: '#E4001F'

red 228 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #E4001F

Tints of Venetian Red #E4001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 88.03%
G = 0%
B = 11.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4001F (or 0xE4001F) is known color: Venetian Red. HEX triplet: E4, 00 and 1F. RGB value is (228,0,31). Sum of RGB (Red+Green+Blue) = 228+0+31=259 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.03% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 228 - color contains mainly: red. Hex color #E4001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4001F is #1BFFE0. Grayscale: #474747. Windows color (decimal): -1834977 or 2031844. OLE color: 2031844.

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

Color convert

RGB 228 0 31 -
CMYK 0 1 0.86 0.11
HSL 351.84º 1% 0.45% -
HSV(B) 351.84º 1% 0.89% -
XYZ 32.24 16.59 2.8 -
YUV 71.71 105.04 239.48 -
System Red Green Blue C M Y K H S L
Decimal 228 0 31 0 1 0.86 0.11 351.84 1 0.45
Hex E4 0 1F 0 64 56 B 160 64 2D
Octal 344 0 37 0 144 126 13 540 144 55
Binary 11100100 0 11111 0 1100100 1010110 1011 101100000 1100100 101101

Color Harmonies of #E4001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4001F

Black with #E4001F

Text Example


Text Example

White with #E4001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4001F; }

 p { color: rgb(228,0,31); }

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

background-color css

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

 a { background-color: rgb(228,0,31); }

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

border-color css

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

 span { border-color: rgb(228,0,31); }

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