Html Css Color HEX #D94518 Harley Davidson Orange

📋 copy color: '#D94518'

red 217 ◦ green 69 ◦ blue 24

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

Shades of Harley Davidson Orange #D94518

Tints of Harley Davidson Orange #D94518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

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

R = 70%
G = 22.26%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94518 (or 0xD94518) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 18. RGB value is (217,69,24). Sum of RGB (Red+Green+Blue) = 217+69+24=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D94518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94518 is #26BAE7. Grayscale: #6C6C6C. Windows color (decimal): -2538216 or 1590745. OLE color: 1590745.

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

Color convert

RGB 217 69 24 -
CMYK 0 0.68 0.89 0.15
HSL 13.99º 0.8% 0.47% -
HSV(B) 13.99º 0.89% 0.85% -
XYZ 30.91 19.07 2.92 -
YUV 108.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 217 69 24 0 0.68 0.89 0.15 13.99 0.8 0.47
Hex D9 45 18 0 44 59 F E 50 2F
Octal 331 105 30 0 104 131 17 16 120 57
Binary 11011001 1000101 11000 0 1000100 1011001 1111 1110 1010000 101111

Color Harmonies of #D94518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94518

Black with #D94518

Text Example


Text Example

White with #D94518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94518; }

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

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

background-color css

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

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

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

border-color css

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

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

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