Html Css Color HEX #E02F14 Harley Davidson Orange

📋 copy color: '#E02F14'

red 224 ◦ green 47 ◦ blue 20

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

Shades of Harley Davidson Orange #E02F14

Tints of Harley Davidson Orange #E02F14

RGB

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

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

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

R = 76.98%
G = 16.15%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02F14 (or 0xE02F14) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 14. RGB value is (224,47,20). Sum of RGB (Red+Green+Blue) = 224+47+20=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F14 is #1FD0EB. Grayscale: #616161. Windows color (decimal): -2085100 or 1322976. OLE color: 1322976.

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

Color convert

RGB 224 47 20 -
CMYK 0 0.79 0.91 0.12
HSL 7.94º 0.84% 0.48% -
HSV(B) 7.94º 0.91% 0.88% -
XYZ 31.88 17.93 2.44 -
YUV 96.85 84.64 218.7 -
System Red Green Blue C M Y K H S L
Decimal 224 47 20 0 0.79 0.91 0.12 7.94 0.84 0.48
Hex E0 2F 14 0 4F 5B C 8 54 30
Octal 340 57 24 0 117 133 14 10 124 60
Binary 11100000 101111 10100 0 1001111 1011011 1100 1000 1010100 110000

Color Harmonies of #E02F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F14

Black with #E02F14

Text Example


Text Example

White with #E02F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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