Html Css Color HEX #E24214 Harley Davidson Orange

📋 copy color: '#E24214'

red 226 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #E24214

Tints of Harley Davidson Orange #E24214

RGB

 RED value IS 226 (88.67% from 255) = 72.44%

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 72.44%
G = 21.15%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E24214 (or 0xE24214) is known color: Harley Davidson Orange. HEX triplet: E2, 42 and 14. RGB value is (226,66,20). Sum of RGB (Red+Green+Blue) = 226+66+20=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E24214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24214 is #1DBDEB. Grayscale: #6C6C6C. Windows color (decimal): -1949164 or 1327842. OLE color: 1327842.

HSL color Cylindrical-coordinate representation of color #E24214: hue angle of 13.4º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E24214 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 66 20 -
CMYK 0 0.71 0.91 0.11
HSL 13.4º 0.84% 0.48% -
HSV(B) 13.4º 0.91% 0.89% -
XYZ 33.44 20.12 2.78 -
YUV 108.6 78.01 211.74 -
System Red Green Blue C M Y K H S L
Decimal 226 66 20 0 0.71 0.91 0.11 13.4 0.84 0.48
Hex E2 42 14 0 47 5B B D 54 30
Octal 342 102 24 0 107 133 13 15 124 60
Binary 11100010 1000010 10100 0 1000111 1011011 1011 1101 1010100 110000

Color Harmonies of #E24214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24214

Black with #E24214

Text Example


Text Example

White with #E24214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24214; }

 p { color: rgb(226,66,20); }

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

background-color css

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

 a { background-color: rgb(226,66,20); }

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

border-color css

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

 span { border-color: rgb(226,66,20); }

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