Html Css Color HEX #E01814 Harley Davidson Orange

📋 copy color: '#E01814'

red 224 ◦ green 24 ◦ blue 20

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

Shades of Harley Davidson Orange #E01814

Tints of Harley Davidson Orange #E01814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 83.58%
G = 8.96%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E01814 (or 0xE01814) is known color: Harley Davidson Orange. HEX triplet: E0, 18 and 14. RGB value is (224,24,20). Sum of RGB (Red+Green+Blue) = 224+24+20=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E01814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01814 is #1FE7EB. Grayscale: #535353. Windows color (decimal): -2090988 or 1317088. OLE color: 1317088.

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

Color convert

RGB 224 24 20 -
CMYK 0 0.89 0.91 0.12
HSL 1.18º 0.84% 0.48% -
HSV(B) 1.18º 0.91% 0.88% -
XYZ 31.19 16.55 2.21 -
YUV 83.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 224 24 20 0 0.89 0.91 0.12 1.18 0.84 0.48
Hex E0 18 14 0 59 5B C 1 54 30
Octal 340 30 24 0 131 133 14 1 124 60
Binary 11100000 11000 10100 0 1011001 1011011 1100 1 1010100 110000

Color Harmonies of #E01814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01814

Black with #E01814

Text Example


Text Example

White with #E01814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01814; }

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

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

background-color css

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

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

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

border-color css

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

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

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