Html Css Color HEX #E53C01 Orange Red

📋 copy color: '#E53C01'

red 229 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #E53C01

Tints of Orange Red #E53C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.69%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 78.97%
G = 20.69%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E53C01 (or 0xE53C01) is known color: Orange Red. HEX triplet: E5, 3C and 01. RGB value is (229,60,1). Sum of RGB (Red+Green+Blue) = 229+60+1=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53C01 is #1AC3FE. Grayscale: #686868. Windows color (decimal): -1754111 or 81125. OLE color: 81125.

HSL color Cylindrical-coordinate representation of color #E53C01: hue angle of 15.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E53C01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 60 1 -
CMYK 0 0.74 1.00 0.10
HSL 15.53º 0.99% 0.45% -
HSV(B) 15.53º 1% 0.9% -
XYZ 33.93 19.89 2.08 -
YUV 103.81 69.99 217.3 -
System Red Green Blue C M Y K H S L
Decimal 229 60 1 0 0.74 1.00 0.10 15.53 0.99 0.45
Hex E5 3C 1 0 4A 64 A 10 63 2D
Octal 345 74 1 0 112 144 12 20 143 55
Binary 11100101 111100 1 0 1001010 1100100 1010 10000 1100011 101101

Color Harmonies of #E53C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53C01

Black with #E53C01

Text Example


Text Example

White with #E53C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53C01; }

 p { color: rgb(229,60,1); }

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

background-color css

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

 a { background-color: rgb(229,60,1); }

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

border-color css

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

 span { border-color: rgb(229,60,1); }

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