Html Css Color HEX #E50005 Venetian Red

📋 copy color: '#E50005'

red 229 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #E50005

Tints of Venetian Red #E50005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 97.86%
G = 0%
B = 2.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E50005 (or 0xE50005) is known color: Venetian Red. HEX triplet: E5, 00 and 05. RGB value is (229,0,5). Sum of RGB (Red+Green+Blue) = 229+0+5=234 (30% of max value = 765). Red value is 229 (89.84% from 255 or 97.86% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 229 - color contains mainly: red. Hex color #E50005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50005 is #1AFFFA. Grayscale: #454545. Windows color (decimal): -1769467 or 327909. OLE color: 327909.

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

Color convert

RGB 229 0 5 -
CMYK 0 1 0.98 0.10
HSL 358.69º 1% 0.45% -
HSV(B) 358.69º 1% 0.9% -
XYZ 32.34 16.67 1.66 -
YUV 69.04 91.87 242.09 -
System Red Green Blue C M Y K H S L
Decimal 229 0 5 0 1 0.98 0.10 358.69 1 0.45
Hex E5 0 5 0 64 62 A 167 64 2D
Octal 345 0 5 0 144 142 12 547 144 55
Binary 11100101 0 101 0 1100100 1100010 1010 101100111 1100100 101101

Color Harmonies of #E50005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50005

Black with #E50005

Text Example


Text Example

White with #E50005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50005; }

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

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

background-color css

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

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

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

border-color css

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

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

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