Html Css Color HEX #D94118 Harley Davidson Orange

📋 copy color: '#D94118'

red 217 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #D94118

Tints of Harley Davidson Orange #D94118

RGB

 RED value IS 217 (85.16% from 255) = 70.92%

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 70.92%
G = 21.24%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94118 (or 0xD94118) is known color: Harley Davidson Orange. HEX triplet: D9, 41 and 18. RGB value is (217,65,24). Sum of RGB (Red+Green+Blue) = 217+65+24=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D94118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94118 is #26BEE7. Grayscale: #6A6A6A. Windows color (decimal): -2539240 or 1589721. OLE color: 1589721.

HSL color Cylindrical-coordinate representation of color #D94118: hue angle of 12.75º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94118 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 24 -
CMYK 0 0.70 0.89 0.15
HSL 12.75º 0.8% 0.47% -
HSV(B) 12.75º 0.89% 0.85% -
XYZ 30.67 18.6 2.84 -
YUV 105.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 217 65 24 0 0.70 0.89 0.15 12.75 0.8 0.47
Hex D9 41 18 0 46 59 F D 50 2F
Octal 331 101 30 0 106 131 17 15 120 57
Binary 11011001 1000001 11000 0 1000110 1011001 1111 1101 1010000 101111

Color Harmonies of #D94118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94118

Black with #D94118

Text Example


Text Example

White with #D94118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94118; }

 p { color: rgb(217,65,24); }

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

background-color css

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

 a { background-color: rgb(217,65,24); }

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

border-color css

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

 span { border-color: rgb(217,65,24); }

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