Html Css Color HEX #E5001C Venetian Red

📋 copy color: '#E5001C'

red 229 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #E5001C

Tints of Venetian Red #E5001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 89.11%
G = 0%
B = 10.89%

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

#E5001C (or 0xE5001C) is known color: Venetian Red. HEX triplet: E5, 00 and 1C. RGB value is (229,0,28). Sum of RGB (Red+Green+Blue) = 229+0+28=257 (34% of max value = 765). Red value is 229 (89.84% from 255 or 89.11% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 229 - color contains mainly: red. Hex color #E5001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5001C is #1AFFE3. Grayscale: #474747. Windows color (decimal): -1769444 or 1835237. OLE color: 1835237.

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

Color convert

RGB 229 0 28 -
CMYK 0 1 0.88 0.10
HSL 352.66º 1% 0.45% -
HSV(B) 352.66º 1% 0.9% -
XYZ 32.52 16.74 2.62 -
YUV 71.66 103.37 240.22 -
System Red Green Blue C M Y K H S L
Decimal 229 0 28 0 1 0.88 0.10 352.66 1 0.45
Hex E5 0 1C 0 64 58 A 161 64 2D
Octal 345 0 34 0 144 130 12 541 144 55
Binary 11100101 0 11100 0 1100100 1011000 1010 101100001 1100100 101101

Color Harmonies of #E5001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5001C

Black with #E5001C

Text Example


Text Example

White with #E5001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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