Html Css Color HEX #E53A02 Orange Red

📋 copy color: '#E53A02'

red 229 ◦ green 58 ◦ blue 2

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

Shades of Orange Red #E53A02

Tints of Orange Red #E53A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 79.24%
G = 20.07%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E53A02 (or 0xE53A02) is known color: Orange Red. HEX triplet: E5, 3A and 02. RGB value is (229,58,2). Sum of RGB (Red+Green+Blue) = 229+58+2=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53A02 is #1AC5FD. Grayscale: #676767. Windows color (decimal): -1754622 or 146149. OLE color: 146149.

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

Color convert

RGB 229 58 2 -
CMYK 0 0.75 0.99 0.10
HSL 14.8º 0.98% 0.45% -
HSV(B) 14.8º 0.99% 0.9% -
XYZ 33.84 19.69 2.07 -
YUV 102.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 229 58 2 0 0.75 0.99 0.10 14.8 0.98 0.45
Hex E5 3A 2 0 4B 63 A F 62 2D
Octal 345 72 2 0 113 143 12 17 142 55
Binary 11100101 111010 10 0 1001011 1100011 1010 1111 1100010 101101

Color Harmonies of #E53A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A02

Black with #E53A02

Text Example


Text Example

White with #E53A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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