Html Css Color HEX #E50300 Red

📋 copy color: '#E50300'

red 229 ◦ green 3 ◦ blue 0

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

Shades of Red #E50300

Tints of Red #E50300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 98.71%
G = 1.29%
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

#E50300 (or 0xE50300) is known color: Red. HEX triplet: E5, 03 and 00. RGB value is (229,3,0). Sum of RGB (Red+Green+Blue) = 229+3+0=232 (30% of max value = 765). Red value is 229 (89.84% from 255 or 98.71% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 229 - color contains mainly: red. Hex color #E50300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50300 is #1AFCFF. Grayscale: #464646. Windows color (decimal): -1768704 or 997. OLE color: 997.

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

Color convert

RGB 229 3 0 -
CMYK 0 0.99 1 0.10
HSL 0.79º 1% 0.45% -
HSV(B) 0.79º 1% 0.9% -
XYZ 32.35 16.72 1.52 -
YUV 70.23 88.37 241.24 -
System Red Green Blue C M Y K H S L
Decimal 229 3 0 0 0.99 1 0.10 0.79 1 0.45
Hex E5 3 0 0 63 64 A 1 64 2D
Octal 345 3 0 0 143 144 12 1 144 55
Binary 11100101 11 0 0 1100011 1100100 1010 1 1100100 101101

Color Harmonies of #E50300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50300

Black with #E50300

Text Example


Text Example

White with #E50300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50300; }

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

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

background-color css

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

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

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

border-color css

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

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

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