Html Css Color HEX #E50405 Venetian Red

📋 copy color: '#E50405'

red 229 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #E50405

Tints of Venetian Red #E50405

RGB

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

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

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

R = 96.22%
G = 1.68%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E50405 (or 0xE50405) is known color: Venetian Red. HEX triplet: E5, 04 and 05. RGB value is (229,4,5). Sum of RGB (Red+Green+Blue) = 229+4+5=238 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.22% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 229 - color contains mainly: red. Hex color #E50405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50405 is #1AFBFA. Grayscale: #474747. Windows color (decimal): -1768443 or 328933. OLE color: 328933.

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

Color convert

RGB 229 4 5 -
CMYK 0 0.98 0.98 0.10
HSL 359.73º 0.97% 0.46% -
HSV(B) 359.73º 0.98% 0.9% -
XYZ 32.38 16.76 1.67 -
YUV 71.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 229 4 5 0 0.98 0.98 0.10 359.73 0.97 0.46
Hex E5 4 5 0 62 62 A 168 61 2E
Octal 345 4 5 0 142 142 12 550 141 56
Binary 11100101 100 101 0 1100010 1100010 1010 101101000 1100001 101110

Color Harmonies of #E50405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50405

Black with #E50405

Text Example


Text Example

White with #E50405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50405; }

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

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

background-color css

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

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

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

border-color css

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

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

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