Html Css Color HEX #E03514 Harley Davidson Orange

📋 copy color: '#E03514'

red 224 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #E03514

Tints of Harley Davidson Orange #E03514

RGB

 RED value IS 224 (87.89% from 255) = 75.42%

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 75.42%
G = 17.85%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E03514 (or 0xE03514) is known color: Harley Davidson Orange. HEX triplet: E0, 35 and 14. RGB value is (224,53,20). Sum of RGB (Red+Green+Blue) = 224+53+20=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E03514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03514 is #1FCAEB. Grayscale: #646464. Windows color (decimal): -2083564 or 1324512. OLE color: 1324512.

HSL color Cylindrical-coordinate representation of color #E03514: hue angle of 9.71º 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 #E03514 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 20 -
CMYK 0 0.76 0.91 0.12
HSL 9.71º 0.84% 0.48% -
HSV(B) 9.71º 0.91% 0.88% -
XYZ 32.14 18.44 2.53 -
YUV 100.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 224 53 20 0 0.76 0.91 0.12 9.71 0.84 0.48
Hex E0 35 14 0 4C 5B C A 54 30
Octal 340 65 24 0 114 133 14 12 124 60
Binary 11100000 110101 10100 0 1001100 1011011 1100 1010 1010100 110000

Color Harmonies of #E03514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03514

Black with #E03514

Text Example


Text Example

White with #E03514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03514; }

 p { color: rgb(224,53,20); }

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

background-color css

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

 a { background-color: rgb(224,53,20); }

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

border-color css

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

 span { border-color: rgb(224,53,20); }

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