Html Css Color HEX #E01714 Harley Davidson Orange

📋 copy color: '#E01714'

red 224 ◦ green 23 ◦ blue 20

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

Shades of Harley Davidson Orange #E01714

Tints of Harley Davidson Orange #E01714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 83.9%
G = 8.61%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E01714 (or 0xE01714) is known color: Harley Davidson Orange. HEX triplet: E0, 17 and 14. RGB value is (224,23,20). Sum of RGB (Red+Green+Blue) = 224+23+20=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E01714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01714 is #1FE8EB. Grayscale: #525252. Windows color (decimal): -2091244 or 1316832. OLE color: 1316832.

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

Color convert

RGB 224 23 20 -
CMYK 0 0.90 0.91 0.12
HSL 0.88º 0.84% 0.48% -
HSV(B) 0.88º 0.91% 0.88% -
XYZ 31.17 16.51 2.21 -
YUV 82.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 224 23 20 0 0.90 0.91 0.12 0.88 0.84 0.48
Hex E0 17 14 0 5A 5B C 1 54 30
Octal 340 27 24 0 132 133 14 1 124 60
Binary 11100000 10111 10100 0 1011010 1011011 1100 1 1010100 110000

Color Harmonies of #E01714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01714

Black with #E01714

Text Example


Text Example

White with #E01714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01714; }

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

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

background-color css

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

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

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

border-color css

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

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

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