Html Css Color HEX #E50615 Venetian Red

📋 copy color: '#E50615'

red 229 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #E50615

Tints of Venetian Red #E50615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 89.45%
G = 2.34%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E50615 (or 0xE50615) is known color: Venetian Red. HEX triplet: E5, 06 and 15. RGB value is (229,6,21). Sum of RGB (Red+Green+Blue) = 229+6+21=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50615 is #1AF9EA. Grayscale: #4A4A4A. Windows color (decimal): -1767915 or 1378021. OLE color: 1378021.

HSL color Cylindrical-coordinate representation of color #E50615: hue angle of 355.96º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50615 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 21 -
CMYK 0 0.97 0.91 0.10
HSL 355.96º 0.95% 0.46% -
HSV(B) 355.96º 0.97% 0.9% -
XYZ 32.51 16.84 2.25 -
YUV 74.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 229 6 21 0 0.97 0.91 0.10 355.96 0.95 0.46
Hex E5 6 15 0 61 5B A 164 5F 2E
Octal 345 6 25 0 141 133 12 544 137 56
Binary 11100101 110 10101 0 1100001 1011011 1010 101100100 1011111 101110

Color Harmonies of #E50615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50615

Black with #E50615

Text Example


Text Example

White with #E50615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50615; }

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

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

background-color css

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

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

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

border-color css

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

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

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