Html Css Color HEX #E53D13 Harley Davidson Orange

📋 copy color: '#E53D13'

red 229 ◦ green 61 ◦ blue 19

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

Shades of Harley Davidson Orange #E53D13

Tints of Harley Davidson Orange #E53D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 74.11%
G = 19.74%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E53D13 (or 0xE53D13) is known color: Harley Davidson Orange. HEX triplet: E5, 3D and 13. RGB value is (229,61,19). Sum of RGB (Red+Green+Blue) = 229+61+19=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53D13 is #1AC2EC. Grayscale: #6A6A6A. Windows color (decimal): -1753837 or 1261029. OLE color: 1261029.

HSL color Cylindrical-coordinate representation of color #E53D13: hue angle of 12º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E53D13 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 61 19 -
CMYK 0 0.73 0.92 0.10
HSL 12º 0.85% 0.49% -
HSV(B) 12º 0.92% 0.9% -
XYZ 34.1 20.04 2.69 -
YUV 106.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 229 61 19 0 0.73 0.92 0.10 12 0.85 0.49
Hex E5 3D 13 0 49 5C A C 55 31
Octal 345 75 23 0 111 134 12 14 125 61
Binary 11100101 111101 10011 0 1001001 1011100 1010 1100 1010101 110001

Color Harmonies of #E53D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53D13

Black with #E53D13

Text Example


Text Example

White with #E53D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53D13; }

 p { color: rgb(229,61,19); }

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

background-color css

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

 a { background-color: rgb(229,61,19); }

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

border-color css

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

 span { border-color: rgb(229,61,19); }

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