Html Css Color HEX #E0410F Harley Davidson Orange

📋 copy color: '#E0410F'

red 224 ◦ green 65 ◦ blue 15

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

Shades of Harley Davidson Orange #E0410F

Tints of Harley Davidson Orange #E0410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.38%

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

R = 73.68%
G = 21.38%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0410F (or 0xE0410F) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 0F. RGB value is (224,65,15). Sum of RGB (Red+Green+Blue) = 224+65+15=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0410F is #1FBEF0. Grayscale: #6B6B6B. Windows color (decimal): -2080497 or 999904. OLE color: 999904.

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

Color convert

RGB 224 65 15 -
CMYK 0 0.71 0.93 0.12
HSL 14.35º 0.87% 0.47% -
HSV(B) 14.35º 0.93% 0.88% -
XYZ 32.72 19.66 2.52 -
YUV 106.84 76.18 211.57 -
System Red Green Blue C M Y K H S L
Decimal 224 65 15 0 0.71 0.93 0.12 14.35 0.87 0.47
Hex E0 41 F 0 47 5D C E 57 2F
Octal 340 101 17 0 107 135 14 16 127 57
Binary 11100000 1000001 1111 0 1000111 1011101 1100 1110 1010111 101111

Color Harmonies of #E0410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0410F

Black with #E0410F

Text Example


Text Example

White with #E0410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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