Html Css Color HEX #E02813 Harley Davidson Orange

📋 copy color: '#E02813'

red 224 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #E02813

Tints of Harley Davidson Orange #E02813

RGB

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

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

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

R = 79.15%
G = 14.13%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02813 (or 0xE02813) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 13. RGB value is (224,40,19). Sum of RGB (Red+Green+Blue) = 224+40+19=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E02813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02813 is #1FD7EC. Grayscale: #5C5C5C. Windows color (decimal): -2086893 or 1255648. OLE color: 1255648.

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

Color convert

RGB 224 40 19 -
CMYK 0 0.82 0.92 0.12
HSL 6.15º 0.84% 0.48% -
HSV(B) 6.15º 0.92% 0.88% -
XYZ 31.62 17.41 2.31 -
YUV 92.62 86.46 221.71 -
System Red Green Blue C M Y K H S L
Decimal 224 40 19 0 0.82 0.92 0.12 6.15 0.84 0.48
Hex E0 28 13 0 52 5C C 6 54 30
Octal 340 50 23 0 122 134 14 6 124 60
Binary 11100000 101000 10011 0 1010010 1011100 1100 110 1010100 110000

Color Harmonies of #E02813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02813

Black with #E02813

Text Example


Text Example

White with #E02813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02813; }

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

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

background-color css

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

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

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

border-color css

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

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

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