Html Css Color HEX #E50205 Venetian Red

📋 copy color: '#E50205'

red 229 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #E50205

Tints of Venetian Red #E50205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 97.03%
G = 0.85%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E50205 (or 0xE50205) is known color: Venetian Red. HEX triplet: E5, 02 and 05. RGB value is (229,2,5). Sum of RGB (Red+Green+Blue) = 229+2+5=236 (31% of max value = 765). Red value is 229 (89.84% from 255 or 97.03% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 229 - color contains mainly: red. Hex color #E50205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50205 is #1AFDFA. Grayscale: #464646. Windows color (decimal): -1768955 or 328421. OLE color: 328421.

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

Color convert

RGB 229 2 5 -
CMYK 0 0.99 0.98 0.10
HSL 359.21º 0.98% 0.45% -
HSV(B) 359.21º 0.99% 0.9% -
XYZ 32.36 16.71 1.66 -
YUV 70.22 91.21 241.26 -
System Red Green Blue C M Y K H S L
Decimal 229 2 5 0 0.99 0.98 0.10 359.21 0.98 0.45
Hex E5 2 5 0 63 62 A 167 62 2D
Octal 345 2 5 0 143 142 12 547 142 55
Binary 11100101 10 101 0 1100011 1100010 1010 101100111 1100010 101101

Color Harmonies of #E50205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50205

Black with #E50205

Text Example


Text Example

White with #E50205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50205; }

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

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

background-color css

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

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

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

border-color css

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

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

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