Html Css Color HEX #E02215 Harley Davidson Orange

📋 copy color: '#E02215'

red 224 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #E02215

Tints of Harley Davidson Orange #E02215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 80.29%
G = 12.19%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02215 (or 0xE02215) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 15. RGB value is (224,34,21). Sum of RGB (Red+Green+Blue) = 224+34+21=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E02215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02215 is #1FDDEA. Grayscale: #595959. Windows color (decimal): -2088427 or 1385184. OLE color: 1385184.

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

Color convert

RGB 224 34 21 -
CMYK 0 0.85 0.91 0.12
HSL 3.84º 0.83% 0.48% -
HSV(B) 3.84º 0.91% 0.88% -
XYZ 31.45 17.05 2.34 -
YUV 89.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 224 34 21 0 0.85 0.91 0.12 3.84 0.83 0.48
Hex E0 22 15 0 55 5B C 4 53 30
Octal 340 42 25 0 125 133 14 4 123 60
Binary 11100000 100010 10101 0 1010101 1011011 1100 100 1010011 110000

Color Harmonies of #E02215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02215

Black with #E02215

Text Example


Text Example

White with #E02215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02215; }

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

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

background-color css

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

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

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

border-color css

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

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

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