Html Css Color HEX #E53A00 Orange Red

📋 copy color: '#E53A00'

red 229 ◦ green 58 ◦ blue 0

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

Shades of Orange Red #E53A00

Tints of Orange Red #E53A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

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

R = 79.79%
G = 20.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E53A00 (or 0xE53A00) is known color: Orange Red. HEX triplet: E5, 3A and 00. RGB value is (229,58,0). Sum of RGB (Red+Green+Blue) = 229+58+0=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53A00 is #1AC5FF. Grayscale: #666666. Windows color (decimal): -1754624 or 15077. OLE color: 15077.

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

Color convert

RGB 229 58 0 -
CMYK 0 0.75 1 0.10
HSL 15.2º 1% 0.45% -
HSV(B) 15.2º 1% 0.9% -
XYZ 33.83 19.68 2.02 -
YUV 102.52 70.15 218.22 -
System Red Green Blue C M Y K H S L
Decimal 229 58 0 0 0.75 1 0.10 15.2 1 0.45
Hex E5 3A 0 0 4B 64 A F 64 2D
Octal 345 72 0 0 113 144 12 17 144 55
Binary 11100101 111010 0 0 1001011 1100100 1010 1111 1100100 101101

Color Harmonies of #E53A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A00

Black with #E53A00

Text Example


Text Example

White with #E53A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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