Html Css Color HEX #E02D17 Harley Davidson Orange

📋 copy color: '#E02D17'

red 224 ◦ green 45 ◦ blue 23

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

Shades of Harley Davidson Orange #E02D17

Tints of Harley Davidson Orange #E02D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.88%

R = 76.71%
G = 15.41%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E02D17 (or 0xE02D17) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 17. RGB value is (224,45,23). Sum of RGB (Red+Green+Blue) = 224+45+23=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D17 is #1FD2E8. Grayscale: #606060. Windows color (decimal): -2085609 or 1519072. OLE color: 1519072.

HSL color Cylindrical-coordinate representation of color #E02D17: hue angle of 6.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E02D17 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 23 -
CMYK 0 0.80 0.90 0.12
HSL 6.57º 0.81% 0.48% -
HSV(B) 6.57º 0.9% 0.88% -
XYZ 31.83 17.79 2.57 -
YUV 96.01 86.8 219.29 -
System Red Green Blue C M Y K H S L
Decimal 224 45 23 0 0.80 0.90 0.12 6.57 0.81 0.48
Hex E0 2D 17 0 50 5A C 7 51 30
Octal 340 55 27 0 120 132 14 7 121 60
Binary 11100000 101101 10111 0 1010000 1011010 1100 111 1010001 110000

Color Harmonies of #E02D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D17

Black with #E02D17

Text Example


Text Example

White with #E02D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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