Html Css Color HEX #E50204 Venetian Red

📋 copy color: '#E50204'

red 229 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #E50204

Tints of Venetian Red #E50204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 97.45%
G = 0.85%
B = 1.7%

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

#E50204 (or 0xE50204) is known color: Venetian Red. HEX triplet: E5, 02 and 04. RGB value is (229,2,4). Sum of RGB (Red+Green+Blue) = 229+2+4=235 (31% of max value = 765). Red value is 229 (89.84% from 255 or 97.45% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 229 - color contains mainly: red. Hex color #E50204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50204 is #1AFDFB. Grayscale: #464646. Windows color (decimal): -1768956 or 262885. OLE color: 262885.

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

Color convert

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

Color Harmonies of #E50204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50204

Black with #E50204

Text Example


Text Example

White with #E50204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50204; }

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

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

background-color css

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

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

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

border-color css

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

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

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