Html Css Color HEX #E5001B Venetian Red

📋 copy color: '#E5001B'

red 229 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #E5001B

Tints of Venetian Red #E5001B

RGB

 RED value IS 229 (89.84% from 255) = 89.45%

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

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

R = 89.45%
G = 0%
B = 10.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5001B (or 0xE5001B) is known color: Venetian Red. HEX triplet: E5, 00 and 1B. RGB value is (229,0,27). Sum of RGB (Red+Green+Blue) = 229+0+27=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E5001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5001B is #1AFFE4. Grayscale: #474747. Windows color (decimal): -1769445 or 1769701. OLE color: 1769701.

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

Color convert

RGB 229 0 27 -
CMYK 0 1 0.88 0.10
HSL 352.93º 1% 0.45% -
HSV(B) 352.93º 1% 0.9% -
XYZ 32.51 16.74 2.55 -
YUV 71.55 102.87 240.3 -
System Red Green Blue C M Y K H S L
Decimal 229 0 27 0 1 0.88 0.10 352.93 1 0.45
Hex E5 0 1B 0 64 58 A 161 64 2D
Octal 345 0 33 0 144 130 12 541 144 55
Binary 11100101 0 11011 0 1100100 1011000 1010 101100001 1100100 101101

Color Harmonies of #E5001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5001B

Black with #E5001B

Text Example


Text Example

White with #E5001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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