Html Css Color HEX #E02D14 Harley Davidson Orange

📋 copy color: '#E02D14'

red 224 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #E02D14

Tints of Harley Davidson Orange #E02D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

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

R = 77.51%
G = 15.57%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02D14 (or 0xE02D14) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 14. RGB value is (224,45,20). Sum of RGB (Red+Green+Blue) = 224+45+20=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D14 is #1FD2EB. Grayscale: #5F5F5F. Windows color (decimal): -2085612 or 1322464. OLE color: 1322464.

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

Color convert

RGB 224 45 20 -
CMYK 0 0.80 0.91 0.12
HSL 7.35º 0.84% 0.48% -
HSV(B) 7.35º 0.91% 0.88% -
XYZ 31.81 17.77 2.42 -
YUV 95.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 224 45 20 0 0.80 0.91 0.12 7.35 0.84 0.48
Hex E0 2D 14 0 50 5B C 7 54 30
Octal 340 55 24 0 120 133 14 7 124 60
Binary 11100000 101101 10100 0 1010000 1011011 1100 111 1010100 110000

Color Harmonies of #E02D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D14

Black with #E02D14

Text Example


Text Example

White with #E02D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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