Html Css Color HEX #E02C15 Harley Davidson Orange

📋 copy color: '#E02C15'

red 224 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #E02C15

Tints of Harley Davidson Orange #E02C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.22%

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

R = 77.51%
G = 15.22%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E02C15 (or 0xE02C15) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 15. RGB value is (224,44,21). Sum of RGB (Red+Green+Blue) = 224+44+21=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C15 is #1FD3EA. Grayscale: #5F5F5F. Windows color (decimal): -2085867 or 1387744. OLE color: 1387744.

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

Color convert

RGB 224 44 21 -
CMYK 0 0.80 0.91 0.12
HSL 6.8º 0.83% 0.48% -
HSV(B) 6.8º 0.91% 0.88% -
XYZ 31.78 17.7 2.45 -
YUV 95.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 224 44 21 0 0.80 0.91 0.12 6.8 0.83 0.48
Hex E0 2C 15 0 50 5B C 7 53 30
Octal 340 54 25 0 120 133 14 7 123 60
Binary 11100000 101100 10101 0 1010000 1011011 1100 111 1010011 110000

Color Harmonies of #E02C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C15

Black with #E02C15

Text Example


Text Example

White with #E02C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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