Html Css Color HEX #E02514 Harley Davidson Orange

📋 copy color: '#E02514'

red 224 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #E02514

Tints of Harley Davidson Orange #E02514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 79.72%
G = 13.17%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02514 (or 0xE02514) is known color: Harley Davidson Orange. HEX triplet: E0, 25 and 14. RGB value is (224,37,20). Sum of RGB (Red+Green+Blue) = 224+37+20=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E02514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02514 is #1FDAEB. Grayscale: #5B5B5B. Windows color (decimal): -2087660 or 1320416. OLE color: 1320416.

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

Color convert

RGB 224 37 20 -
CMYK 0 0.83 0.91 0.12
HSL 0.84% 0.48% -
HSV(B) 0.91% 0.88% -
XYZ 31.53 17.22 2.32 -
YUV 90.98 87.95 222.88 -
System Red Green Blue C M Y K H S L
Decimal 224 37 20 0 0.83 0.91 0.12 5 0.84 0.48
Hex E0 25 14 0 53 5B C 5 54 30
Octal 340 45 24 0 123 133 14 5 124 60
Binary 11100000 100101 10100 0 1010011 1011011 1100 101 1010100 110000

Color Harmonies of #E02514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02514

Black with #E02514

Text Example


Text Example

White with #E02514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02514; }

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

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

background-color css

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

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

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

border-color css

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

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

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