Html Css Color HEX #D94D18 Harley Davidson Orange

📋 copy color: '#D94D18'

red 217 ◦ green 77 ◦ blue 24

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

Shades of Harley Davidson Orange #D94D18

Tints of Harley Davidson Orange #D94D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

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

R = 68.24%
G = 24.21%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94D18 (or 0xD94D18) is known color: Harley Davidson Orange. HEX triplet: D9, 4D and 18. RGB value is (217,77,24). Sum of RGB (Red+Green+Blue) = 217+77+24=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94D18 is #26B2E7. Grayscale: #717171. Windows color (decimal): -2536168 or 1592793. OLE color: 1592793.

HSL color Cylindrical-coordinate representation of color #D94D18: hue angle of 16.48º 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 #D94D18 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 24 -
CMYK 0 0.65 0.89 0.15
HSL 16.48º 0.8% 0.47% -
HSV(B) 16.48º 0.89% 0.85% -
XYZ 31.43 20.13 3.09 -
YUV 112.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 217 77 24 0 0.65 0.89 0.15 16.48 0.8 0.47
Hex D9 4D 18 0 41 59 F 10 50 2F
Octal 331 115 30 0 101 131 17 20 120 57
Binary 11011001 1001101 11000 0 1000001 1011001 1111 10000 1010000 101111

Color Harmonies of #D94D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D18

Black with #D94D18

Text Example


Text Example

White with #D94D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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