Html Css Color HEX #E5020C Venetian Red

📋 copy color: '#E5020C'

red 229 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #E5020C

Tints of Venetian Red #E5020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 94.24%
G = 0.82%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5020C (or 0xE5020C) is known color: Venetian Red. HEX triplet: E5, 02 and 0C. RGB value is (229,2,12). Sum of RGB (Red+Green+Blue) = 229+2+12=243 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.24% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 229 - color contains mainly: red. Hex color #E5020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5020C is #1AFDF3. Grayscale: #474747. Windows color (decimal): -1768948 or 787173. OLE color: 787173.

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

Color convert

RGB 229 2 12 -
CMYK 0 0.99 0.95 0.10
HSL 357.36º 0.98% 0.45% -
HSV(B) 357.36º 0.99% 0.9% -
XYZ 32.4 16.73 1.87 -
YUV 71.01 94.71 240.69 -
System Red Green Blue C M Y K H S L
Decimal 229 2 12 0 0.99 0.95 0.10 357.36 0.98 0.45
Hex E5 2 C 0 63 5F A 165 62 2D
Octal 345 2 14 0 143 137 12 545 142 55
Binary 11100101 10 1100 0 1100011 1011111 1010 101100101 1100010 101101

Color Harmonies of #E5020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5020C

Black with #E5020C

Text Example


Text Example

White with #E5020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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