Html Css Color HEX #E50500 Red

📋 copy color: '#E50500'

red 229 ◦ green 5 ◦ blue 0

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

Shades of Red #E50500

Tints of Red #E50500

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

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

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

Color convert

RGB 229 5 0 -
CMYK 0 0.98 1 0.10
HSL 1.31º 1% 0.45% -
HSV(B) 1.31º 1% 0.9% -
XYZ 32.37 16.77 1.53 -
YUV 71.41 87.71 240.41 -
System Red Green Blue C M Y K H S L
Decimal 229 5 0 0 0.98 1 0.10 1.31 1 0.45
Hex E5 5 0 0 62 64 A 1 64 2D
Octal 345 5 0 0 142 144 12 1 144 55
Binary 11100101 101 0 0 1100010 1100100 1010 1 1100100 101101

Color Harmonies of #E50500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50500

Black with #E50500

Text Example


Text Example

White with #E50500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50500; }

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

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

background-color css

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

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

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

border-color css

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

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

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