Html Css Color HEX #E5021C Venetian Red

📋 copy color: '#E5021C'

red 229 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #E5021C

Tints of Venetian Red #E5021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 88.42%
G = 0.77%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5021C (or 0xE5021C) is known color: Venetian Red. HEX triplet: E5, 02 and 1C. RGB value is (229,2,28). Sum of RGB (Red+Green+Blue) = 229+2+28=259 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.42% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 229 - color contains mainly: red. Hex color #E5021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5021C is #1AFDE3. Grayscale: #484848. Windows color (decimal): -1768932 or 1835749. OLE color: 1835749.

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

Color convert

RGB 229 2 28 -
CMYK 0 0.99 0.88 0.10
HSL 353.13º 0.98% 0.45% -
HSV(B) 353.13º 0.99% 0.9% -
XYZ 32.54 16.79 2.62 -
YUV 72.84 102.71 239.39 -
System Red Green Blue C M Y K H S L
Decimal 229 2 28 0 0.99 0.88 0.10 353.13 0.98 0.45
Hex E5 2 1C 0 63 58 A 161 62 2D
Octal 345 2 34 0 143 130 12 541 142 55
Binary 11100101 10 11100 0 1100011 1011000 1010 101100001 1100010 101101

Color Harmonies of #E5021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5021C

Black with #E5021C

Text Example


Text Example

White with #E5021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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