Html Css Color HEX #E02815 Harley Davidson Orange

📋 copy color: '#E02815'

red 224 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #E02815

Tints of Harley Davidson Orange #E02815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 78.6%
G = 14.04%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02815 (or 0xE02815) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 15. RGB value is (224,40,21). Sum of RGB (Red+Green+Blue) = 224+40+21=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E02815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02815 is #1FD7EA. Grayscale: #5D5D5D. Windows color (decimal): -2086891 or 1386720. OLE color: 1386720.

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

Color convert

RGB 224 40 21 -
CMYK 0 0.82 0.91 0.12
HSL 5.62º 0.83% 0.48% -
HSV(B) 5.62º 0.91% 0.88% -
XYZ 31.63 17.42 2.4 -
YUV 92.85 87.46 221.54 -
System Red Green Blue C M Y K H S L
Decimal 224 40 21 0 0.82 0.91 0.12 5.62 0.83 0.48
Hex E0 28 15 0 52 5B C 6 53 30
Octal 340 50 25 0 122 133 14 6 123 60
Binary 11100000 101000 10101 0 1010010 1011011 1100 110 1010011 110000

Color Harmonies of #E02815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02815

Black with #E02815

Text Example


Text Example

White with #E02815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02815; }

 p { color: rgb(224,40,21); }

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

background-color css

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

 a { background-color: rgb(224,40,21); }

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

border-color css

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

 span { border-color: rgb(224,40,21); }

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