Html Css Color HEX #E11816 Harley Davidson Orange

📋 copy color: '#E11816'

red 225 ◦ green 24 ◦ blue 22

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

Shades of Harley Davidson Orange #E11816

Tints of Harley Davidson Orange #E11816

RGB

 RED value IS 225 (88.28% from 255) = 83.03%

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

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

R = 83.03%
G = 8.86%
B = 8.12%

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

#E11816 (or 0xE11816) is known color: Harley Davidson Orange. HEX triplet: E1, 18 and 16. RGB value is (225,24,22). Sum of RGB (Red+Green+Blue) = 225+24+22=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E11816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11816 is #1EE7E9. Grayscale: #545454. Windows color (decimal): -2025450 or 1448161. OLE color: 1448161.

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

Color convert

RGB 225 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.52 16.72 2.32 -
YUV 83.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 225 24 22 0 0.89 0.90 0.12 0.59 0.82 0.48
Hex E1 18 16 0 59 5A C 1 52 30
Octal 341 30 26 0 131 132 14 1 122 60
Binary 11100001 11000 10110 0 1011001 1011010 1100 1 1010010 110000

Color Harmonies of #E11816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11816

Black with #E11816

Text Example


Text Example

White with #E11816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11816; }

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

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

background-color css

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

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

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

border-color css

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

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

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