Html Css Color HEX #E0280F Harley Davidson Orange

📋 copy color: '#E0280F'

red 224 ◦ green 40 ◦ blue 15

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

Shades of Harley Davidson Orange #E0280F

Tints of Harley Davidson Orange #E0280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 80.29%
G = 14.34%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0280F (or 0xE0280F) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 0F. RGB value is (224,40,15). Sum of RGB (Red+Green+Blue) = 224+40+15=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E0280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0280F is #1FD7F0. Grayscale: #5C5C5C. Windows color (decimal): -2086897 or 993504. OLE color: 993504.

HSL color Cylindrical-coordinate representation of color #E0280F: hue angle of 7.18º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0280F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 40 15 -
CMYK 0 0.82 0.93 0.12
HSL 7.18º 0.87% 0.47% -
HSV(B) 7.18º 0.93% 0.88% -
XYZ 31.59 17.4 2.15 -
YUV 92.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 224 40 15 0 0.82 0.93 0.12 7.18 0.87 0.47
Hex E0 28 F 0 52 5D C 7 57 2F
Octal 340 50 17 0 122 135 14 7 127 57
Binary 11100000 101000 1111 0 1010010 1011101 1100 111 1010111 101111

Color Harmonies of #E0280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0280F

Black with #E0280F

Text Example


Text Example

White with #E0280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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