Html Css Color HEX #D84117 Harley Davidson Orange

📋 copy color: '#D84117'

red 216 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #D84117

Tints of Harley Davidson Orange #D84117

RGB

 RED value IS 216 (84.77% from 255) = 71.05%

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

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 71.05%
G = 21.38%
B = 7.57%

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

#D84117 (or 0xD84117) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 17. RGB value is (216,65,23). Sum of RGB (Red+Green+Blue) = 216+65+23=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D84117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84117 is #27BEE8. Grayscale: #696969. Windows color (decimal): -2604777 or 1524184. OLE color: 1524184.

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

Color convert

RGB 216 65 23 -
CMYK 0 0.70 0.89 0.15
HSL 13.06º 0.81% 0.47% -
HSV(B) 13.06º 0.89% 0.85% -
XYZ 30.36 18.44 2.77 -
YUV 105.36 81.53 206.92 -
System Red Green Blue C M Y K H S L
Decimal 216 65 23 0 0.70 0.89 0.15 13.06 0.81 0.47
Hex D8 41 17 0 46 59 F D 51 2F
Octal 330 101 27 0 106 131 17 15 121 57
Binary 11011000 1000001 10111 0 1000110 1011001 1111 1101 1010001 101111

Color Harmonies of #D84117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84117

Black with #D84117

Text Example


Text Example

White with #D84117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84117; }

 p { color: rgb(216,65,23); }

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

background-color css

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

 a { background-color: rgb(216,65,23); }

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

border-color css

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

 span { border-color: rgb(216,65,23); }

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