Html Css Color HEX #E02F17 Harley Davidson Orange

📋 copy color: '#E02F17'

red 224 ◦ green 47 ◦ blue 23

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

Shades of Harley Davidson Orange #E02F17

Tints of Harley Davidson Orange #E02F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

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

R = 76.19%
G = 15.99%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E02F17 (or 0xE02F17) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 17. RGB value is (224,47,23). Sum of RGB (Red+Green+Blue) = 224+47+23=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F17 is #1FD0E8. Grayscale: #616161. Windows color (decimal): -2085097 or 1519584. OLE color: 1519584.

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

Color convert

RGB 224 47 23 -
CMYK 0 0.79 0.90 0.12
HSL 7.16º 0.81% 0.48% -
HSV(B) 7.16º 0.9% 0.88% -
XYZ 31.91 17.94 2.59 -
YUV 97.19 86.14 218.45 -
System Red Green Blue C M Y K H S L
Decimal 224 47 23 0 0.79 0.90 0.12 7.16 0.81 0.48
Hex E0 2F 17 0 4F 5A C 7 51 30
Octal 340 57 27 0 117 132 14 7 121 60
Binary 11100000 101111 10111 0 1001111 1011010 1100 111 1010001 110000

Color Harmonies of #E02F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F17

Black with #E02F17

Text Example


Text Example

White with #E02F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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