Html Css Color HEX #E50407 Venetian Red

📋 copy color: '#E50407'

red 229 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #E50407

Tints of Venetian Red #E50407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 95.42%
G = 1.67%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E50407 (or 0xE50407) is known color: Venetian Red. HEX triplet: E5, 04 and 07. RGB value is (229,4,7). Sum of RGB (Red+Green+Blue) = 229+4+7=240 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 229 - color contains mainly: red. Hex color #E50407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50407 is #1AFBF8. Grayscale: #474747. Windows color (decimal): -1768441 or 460005. OLE color: 460005.

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

Color convert

RGB 229 4 7 -
CMYK 0 0.98 0.97 0.10
HSL 359.2º 0.97% 0.46% -
HSV(B) 359.2º 0.98% 0.9% -
XYZ 32.39 16.76 1.73 -
YUV 71.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 229 4 7 0 0.98 0.97 0.10 359.2 0.97 0.46
Hex E5 4 7 0 62 61 A 167 61 2E
Octal 345 4 7 0 142 141 12 547 141 56
Binary 11100101 100 111 0 1100010 1100001 1010 101100111 1100001 101110

Color Harmonies of #E50407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50407

Black with #E50407

Text Example


Text Example

White with #E50407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50407; }

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

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

background-color css

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

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

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

border-color css

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

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

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