Html Css Color HEX #E50200 Red

📋 copy color: '#E50200'

red 229 ◦ green 2 ◦ blue 0

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

Shades of Red #E50200

Tints of Red #E50200

RGB

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

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

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

R = 99.13%
G = 0.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E50200 (or 0xE50200) is known color: Red. HEX triplet: E5, 02 and 00. RGB value is (229,2,0). Sum of RGB (Red+Green+Blue) = 229+2+0=231 (30% of max value = 765). Red value is 229 (89.84% from 255 or 99.13% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 229 - color contains mainly: red. Hex color #E50200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50200 is #1AFDFF. Grayscale: #454545. Windows color (decimal): -1768960 or 741. OLE color: 741.

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

Color convert

RGB 229 2 0 -
CMYK 0 0.99 1 0.10
HSL 0.52º 1% 0.45% -
HSV(B) 0.52º 1% 0.9% -
XYZ 32.33 16.7 1.52 -
YUV 69.65 88.71 241.66 -
System Red Green Blue C M Y K H S L
Decimal 229 2 0 0 0.99 1 0.10 0.52 1 0.45
Hex E5 2 0 0 63 64 A 1 64 2D
Octal 345 2 0 0 143 144 12 1 144 55
Binary 11100101 10 0 0 1100011 1100100 1010 1 1100100 101101

Color Harmonies of #E50200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50200

Black with #E50200

Text Example


Text Example

White with #E50200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50200; }

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

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

background-color css

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

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

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

border-color css

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

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

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