Html Css Color HEX #E53A0E Harley Davidson Orange

📋 copy color: '#E53A0E'

red 229 ◦ green 58 ◦ blue 14

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

Shades of Harley Davidson Orange #E53A0E

Tints of Harley Davidson Orange #E53A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 76.08%
G = 19.27%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E53A0E (or 0xE53A0E) is known color: Harley Davidson Orange. HEX triplet: E5, 3A and 0E. RGB value is (229,58,14). Sum of RGB (Red+Green+Blue) = 229+58+14=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53A0E is #1AC5F1. Grayscale: #686868. Windows color (decimal): -1754610 or 932581. OLE color: 932581.

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

Color convert

RGB 229 58 14 -
CMYK 0 0.75 0.94 0.10
HSL 12.28º 0.88% 0.48% -
HSV(B) 12.28º 0.94% 0.9% -
XYZ 33.91 19.72 2.43 -
YUV 104.11 77.15 217.08 -
System Red Green Blue C M Y K H S L
Decimal 229 58 14 0 0.75 0.94 0.10 12.28 0.88 0.48
Hex E5 3A E 0 4B 5E A C 58 30
Octal 345 72 16 0 113 136 12 14 130 60
Binary 11100101 111010 1110 0 1001011 1011110 1010 1100 1011000 110000

Color Harmonies of #E53A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A0E

Black with #E53A0E

Text Example


Text Example

White with #E53A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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