Html Css Color HEX #E02D13 Harley Davidson Orange

📋 copy color: '#E02D13'

red 224 ◦ green 45 ◦ blue 19

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

Shades of Harley Davidson Orange #E02D13

Tints of Harley Davidson Orange #E02D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 77.78%
G = 15.63%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02D13 (or 0xE02D13) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 13. RGB value is (224,45,19). Sum of RGB (Red+Green+Blue) = 224+45+19=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D13 is #1FD2EC. Grayscale: #5F5F5F. Windows color (decimal): -2085613 or 1256928. OLE color: 1256928.

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

Color convert

RGB 224 45 19 -
CMYK 0 0.80 0.92 0.12
HSL 7.61º 0.84% 0.48% -
HSV(B) 7.61º 0.92% 0.88% -
XYZ 31.8 17.77 2.37 -
YUV 95.56 84.8 219.61 -
System Red Green Blue C M Y K H S L
Decimal 224 45 19 0 0.80 0.92 0.12 7.61 0.84 0.48
Hex E0 2D 13 0 50 5C C 8 54 30
Octal 340 55 23 0 120 134 14 10 124 60
Binary 11100000 101101 10011 0 1010000 1011100 1100 1000 1010100 110000

Color Harmonies of #E02D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D13

Black with #E02D13

Text Example


Text Example

White with #E02D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D13; }

 p { color: rgb(224,45,19); }

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

background-color css

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

 a { background-color: rgb(224,45,19); }

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

border-color css

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

 span { border-color: rgb(224,45,19); }

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