Html Css Color HEX #E01816 Harley Davidson Orange

📋 copy color: '#E01816'

red 224 ◦ green 24 ◦ blue 22

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

Shades of Harley Davidson Orange #E01816

Tints of Harley Davidson Orange #E01816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 82.96%
G = 8.89%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E01816 (or 0xE01816) is known color: Harley Davidson Orange. HEX triplet: E0, 18 and 16. RGB value is (224,24,22). Sum of RGB (Red+Green+Blue) = 224+24+22=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E01816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01816 is #1FE7E9. Grayscale: #535353. Windows color (decimal): -2090986 or 1448160. OLE color: 1448160.

HSL color Cylindrical-coordinate representation of color #E01816: hue angle of 0.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01816 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 22 -
CMYK 0 0.89 0.90 0.12
HSL 0.59º 0.82% 0.48% -
HSV(B) 0.59º 0.9% 0.88% -
XYZ 31.21 16.56 2.31 -
YUV 83.57 93.26 228.16 -
System Red Green Blue C M Y K H S L
Decimal 224 24 22 0 0.89 0.90 0.12 0.59 0.82 0.48
Hex E0 18 16 0 59 5A C 1 52 30
Octal 340 30 26 0 131 132 14 1 122 60
Binary 11100000 11000 10110 0 1011001 1011010 1100 1 1010010 110000

Color Harmonies of #E01816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01816

Black with #E01816

Text Example


Text Example

White with #E01816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01816; }

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

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

background-color css

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

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

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

border-color css

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

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

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