Html Css Color HEX #E50015 Venetian Red

📋 copy color: '#E50015'

red 229 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #E50015

Tints of Venetian Red #E50015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 91.6%
G = 0%
B = 8.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E50015 (or 0xE50015) is known color: Venetian Red. HEX triplet: E5, 00 and 15. RGB value is (229,0,21). Sum of RGB (Red+Green+Blue) = 229+0+21=250 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 229 - color contains mainly: red. Hex color #E50015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50015 is #1AFFEA. Grayscale: #474747. Windows color (decimal): -1769451 or 1376485. OLE color: 1376485.

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

Color convert

RGB 229 0 21 -
CMYK 0 1 0.91 0.10
HSL 354.5º 1% 0.45% -
HSV(B) 354.5º 1% 0.9% -
XYZ 32.45 16.71 2.23 -
YUV 70.87 99.87 240.79 -
System Red Green Blue C M Y K H S L
Decimal 229 0 21 0 1 0.91 0.10 354.5 1 0.45
Hex E5 0 15 0 64 5B A 162 64 2D
Octal 345 0 25 0 144 133 12 542 144 55
Binary 11100101 0 10101 0 1100100 1011011 1010 101100010 1100100 101101

Color Harmonies of #E50015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50015

Black with #E50015

Text Example


Text Example

White with #E50015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50015; }

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

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

background-color css

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

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

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

border-color css

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

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

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