Html Css Color HEX #E50417 Venetian Red

📋 copy color: '#E50417'

red 229 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #E50417

Tints of Venetian Red #E50417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 89.45%
G = 1.56%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E50417 (or 0xE50417) is known color: Venetian Red. HEX triplet: E5, 04 and 17. RGB value is (229,4,23). Sum of RGB (Red+Green+Blue) = 229+4+23=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50417 is #1AFBE8. Grayscale: #494949. Windows color (decimal): -1768425 or 1508581. OLE color: 1508581.

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

Color convert

RGB 229 4 23 -
CMYK 0 0.98 0.90 0.10
HSL 354.93º 0.97% 0.46% -
HSV(B) 354.93º 0.98% 0.9% -
XYZ 32.51 16.81 2.34 -
YUV 73.44 99.54 238.96 -
System Red Green Blue C M Y K H S L
Decimal 229 4 23 0 0.98 0.90 0.10 354.93 0.97 0.46
Hex E5 4 17 0 62 5A A 163 61 2E
Octal 345 4 27 0 142 132 12 543 141 56
Binary 11100101 100 10111 0 1100010 1011010 1010 101100011 1100001 101110

Color Harmonies of #E50417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50417

Black with #E50417

Text Example


Text Example

White with #E50417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50417; }

 p { color: rgb(229,4,23); }

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

background-color css

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

 a { background-color: rgb(229,4,23); }

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

border-color css

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

 span { border-color: rgb(229,4,23); }

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