Html Css Color HEX #E42514 Harley Davidson Orange

📋 copy color: '#E42514'

red 228 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #E42514

Tints of Harley Davidson Orange #E42514

RGB

 RED value IS 228 (89.45% from 255) = 80%

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 80%
G = 12.98%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E42514 (or 0xE42514) is known color: Harley Davidson Orange. HEX triplet: E4, 25 and 14. RGB value is (228,37,20). Sum of RGB (Red+Green+Blue) = 228+37+20=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E42514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42514 is #1BDAEB. Grayscale: #5C5C5C. Windows color (decimal): -1825516 or 1320420. OLE color: 1320420.

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

Color convert

RGB 228 37 20 -
CMYK 0 0.84 0.91 0.11
HSL 4.9º 0.84% 0.49% -
HSV(B) 4.9º 0.91% 0.89% -
XYZ 32.78 17.87 2.38 -
YUV 92.17 87.28 224.88 -
System Red Green Blue C M Y K H S L
Decimal 228 37 20 0 0.84 0.91 0.11 4.9 0.84 0.49
Hex E4 25 14 0 54 5B B 5 54 31
Octal 344 45 24 0 124 133 13 5 124 61
Binary 11100100 100101 10100 0 1010100 1011011 1011 101 1010100 110001

Color Harmonies of #E42514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42514

Black with #E42514

Text Example


Text Example

White with #E42514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42514; }

 p { color: rgb(228,37,20); }

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

background-color css

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

 a { background-color: rgb(228,37,20); }

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

border-color css

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

 span { border-color: rgb(228,37,20); }

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