Html Css Color HEX #E50506 Venetian Red

📋 copy color: '#E50506'

red 229 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #E50506

Tints of Venetian Red #E50506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 95.42%
G = 2.08%
B = 2.5%

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

#E50506 (or 0xE50506) is known color: Venetian Red. HEX triplet: E5, 05 and 06. RGB value is (229,5,6). Sum of RGB (Red+Green+Blue) = 229+5+6=240 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.42% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 229 - color contains mainly: red. Hex color #E50506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50506 is #1AFAF9. Grayscale: #484848. Windows color (decimal): -1768186 or 394725. OLE color: 394725.

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

Color convert

RGB 229 5 6 -
CMYK 0 0.98 0.97 0.10
HSL 359.73º 0.96% 0.46% -
HSV(B) 359.73º 0.98% 0.9% -
XYZ 32.4 16.78 1.7 -
YUV 72.09 90.71 239.92 -
System Red Green Blue C M Y K H S L
Decimal 229 5 6 0 0.98 0.97 0.10 359.73 0.96 0.46
Hex E5 5 6 0 62 61 A 168 60 2E
Octal 345 5 6 0 142 141 12 550 140 56
Binary 11100101 101 110 0 1100010 1100001 1010 101101000 1100000 101110

Color Harmonies of #E50506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50506

Black with #E50506

Text Example


Text Example

White with #E50506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50506; }

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

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

background-color css

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

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

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

border-color css

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

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

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