Html Css Color HEX #E13A14 Harley Davidson Orange

📋 copy color: '#E13A14'

red 225 ◦ green 58 ◦ blue 20

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

Shades of Harley Davidson Orange #E13A14

Tints of Harley Davidson Orange #E13A14

RGB

 RED value IS 225 (88.28% from 255) = 74.26%

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 74.26%
G = 19.14%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E13A14 (or 0xE13A14) is known color: Harley Davidson Orange. HEX triplet: E1, 3A and 14. RGB value is (225,58,20). Sum of RGB (Red+Green+Blue) = 225+58+20=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13A14 is #1EC5EB. Grayscale: #676767. Windows color (decimal): -2016748 or 1325793. OLE color: 1325793.

HSL color Cylindrical-coordinate representation of color #E13A14: hue angle of 11.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E13A14 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 20 -
CMYK 0 0.74 0.91 0.12
HSL 11.12º 0.84% 0.48% -
HSV(B) 11.12º 0.91% 0.88% -
XYZ 32.69 19.08 2.62 -
YUV 103.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 225 58 20 0 0.74 0.91 0.12 11.12 0.84 0.48
Hex E1 3A 14 0 4A 5B C B 54 30
Octal 341 72 24 0 112 133 14 13 124 60
Binary 11100001 111010 10100 0 1001010 1011011 1100 1011 1010100 110000

Color Harmonies of #E13A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A14

Black with #E13A14

Text Example


Text Example

White with #E13A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A14; }

 p { color: rgb(225,58,20); }

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

background-color css

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

 a { background-color: rgb(225,58,20); }

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

border-color css

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

 span { border-color: rgb(225,58,20); }

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