Html Css Color HEX #E2280F Harley Davidson Orange

📋 copy color: '#E2280F'

red 226 ◦ green 40 ◦ blue 15

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

Shades of Harley Davidson Orange #E2280F

Tints of Harley Davidson Orange #E2280F

RGB

 RED value IS 226 (88.67% from 255) = 80.43%

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

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

R = 80.43%
G = 14.23%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2280F (or 0xE2280F) is known color: Harley Davidson Orange. HEX triplet: E2, 28 and 0F. RGB value is (226,40,15). Sum of RGB (Red+Green+Blue) = 226+40+15=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E2280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2280F is #1DD7F0. Grayscale: #5D5D5D. Windows color (decimal): -1955825 or 993506. OLE color: 993506.

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

Color convert

RGB 226 40 15 -
CMYK 0 0.82 0.93 0.11
HSL 7.11º 0.88% 0.47% -
HSV(B) 7.11º 0.93% 0.89% -
XYZ 32.21 17.72 2.17 -
YUV 92.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 226 40 15 0 0.82 0.93 0.11 7.11 0.88 0.47
Hex E2 28 F 0 52 5D B 7 58 2F
Octal 342 50 17 0 122 135 13 7 130 57
Binary 11100010 101000 1111 0 1010010 1011101 1011 111 1011000 101111

Color Harmonies of #E2280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2280F

Black with #E2280F

Text Example


Text Example

White with #E2280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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