Html Css Color HEX #D84018 Harley Davidson Orange

📋 copy color: '#D84018'

red 216 ◦ green 64 ◦ blue 24

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

Shades of Harley Davidson Orange #D84018

Tints of Harley Davidson Orange #D84018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

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

R = 71.05%
G = 21.05%
B = 7.89%

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

#D84018 (or 0xD84018) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 18. RGB value is (216,64,24). Sum of RGB (Red+Green+Blue) = 216+64+24=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D84018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84018 is #27BFE7. Grayscale: #696969. Windows color (decimal): -2605032 or 1589464. OLE color: 1589464.

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

Color convert

RGB 216 64 24 -
CMYK 0 0.70 0.89 0.15
HSL 12.5º 0.8% 0.47% -
HSV(B) 12.5º 0.89% 0.85% -
XYZ 30.32 18.33 2.8 -
YUV 104.89 82.36 207.25 -
System Red Green Blue C M Y K H S L
Decimal 216 64 24 0 0.70 0.89 0.15 12.5 0.8 0.47
Hex D8 40 18 0 46 59 F C 50 2F
Octal 330 100 30 0 106 131 17 14 120 57
Binary 11011000 1000000 11000 0 1000110 1011001 1111 1100 1010000 101111

Color Harmonies of #D84018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84018

Black with #D84018

Text Example


Text Example

White with #D84018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84018; }

 p { color: rgb(216,64,24); }

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

background-color css

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

 a { background-color: rgb(216,64,24); }

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

border-color css

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

 span { border-color: rgb(216,64,24); }

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