Html Css Color HEX #E01C16 Harley Davidson Orange

📋 copy color: '#E01C16'

red 224 ◦ green 28 ◦ blue 22

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

Shades of Harley Davidson Orange #E01C16

Tints of Harley Davidson Orange #E01C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

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

R = 81.75%
G = 10.22%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E01C16 (or 0xE01C16) is known color: Harley Davidson Orange. HEX triplet: E0, 1C and 16. RGB value is (224,28,22). Sum of RGB (Red+Green+Blue) = 224+28+22=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C16 is #1FE3E9. Grayscale: #565656. Windows color (decimal): -2089962 or 1449184. OLE color: 1449184.

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

Color convert

RGB 224 28 22 -
CMYK 0 0.88 0.90 0.12
HSL 1.78º 0.82% 0.48% -
HSV(B) 1.78º 0.9% 0.88% -
XYZ 31.3 16.74 2.34 -
YUV 85.92 91.93 226.49 -
System Red Green Blue C M Y K H S L
Decimal 224 28 22 0 0.88 0.90 0.12 1.78 0.82 0.48
Hex E0 1C 16 0 58 5A C 2 52 30
Octal 340 34 26 0 130 132 14 2 122 60
Binary 11100000 11100 10110 0 1011000 1011010 1100 10 1010010 110000

Color Harmonies of #E01C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C16

Black with #E01C16

Text Example


Text Example

White with #E01C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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