Html Css Color HEX #E4001B Venetian Red

📋 copy color: '#E4001B'

red 228 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #E4001B

Tints of Venetian Red #E4001B

RGB

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

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

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

R = 89.41%
G = 0%
B = 10.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E4001B (or 0xE4001B) is known color: Venetian Red. HEX triplet: E4, 00 and 1B. RGB value is (228,0,27). Sum of RGB (Red+Green+Blue) = 228+0+27=255 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.41% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 228 - color contains mainly: red. Hex color #E4001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4001B is #1BFFE4. Grayscale: #474747. Windows color (decimal): -1834981 or 1769700. OLE color: 1769700.

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

Color convert

RGB 228 0 27 -
CMYK 0 1 0.88 0.11
HSL 352.89º 1% 0.45% -
HSV(B) 352.89º 1% 0.89% -
XYZ 32.19 16.57 2.54 -
YUV 71.25 103.04 239.8 -
System Red Green Blue C M Y K H S L
Decimal 228 0 27 0 1 0.88 0.11 352.89 1 0.45
Hex E4 0 1B 0 64 58 B 161 64 2D
Octal 344 0 33 0 144 130 13 541 144 55
Binary 11100100 0 11011 0 1100100 1011000 1011 101100001 1100100 101101

Color Harmonies of #E4001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4001B

Black with #E4001B

Text Example


Text Example

White with #E4001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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