Html Css Color HEX #E02C19 Harley Davidson Orange

📋 copy color: '#E02C19'

red 224 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #E02C19

Tints of Harley Davidson Orange #E02C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 76.45%
G = 15.02%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E02C19 (or 0xE02C19) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 19. RGB value is (224,44,25). Sum of RGB (Red+Green+Blue) = 224+44+25=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C19 is #1FD3E6. Grayscale: #5F5F5F. Windows color (decimal): -2085863 or 1649888. OLE color: 1649888.

HSL color Cylindrical-coordinate representation of color #E02C19: hue angle of 5.73º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E02C19 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 25 -
CMYK 0 0.80 0.89 0.12
HSL 5.73º 0.8% 0.49% -
HSV(B) 5.73º 0.89% 0.88% -
XYZ 31.82 17.72 2.66 -
YUV 95.65 88.13 219.54 -
System Red Green Blue C M Y K H S L
Decimal 224 44 25 0 0.80 0.89 0.12 5.73 0.8 0.49
Hex E0 2C 19 0 50 59 C 6 50 31
Octal 340 54 31 0 120 131 14 6 120 61
Binary 11100000 101100 11001 0 1010000 1011001 1100 110 1010000 110001

Color Harmonies of #E02C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C19

Black with #E02C19

Text Example


Text Example

White with #E02C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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