Html Css Color HEX #D84019 Harley Davidson Orange

📋 copy color: '#D84019'

red 216 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #D84019

Tints of Harley Davidson Orange #D84019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 70.82%
G = 20.98%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D84019 (or 0xD84019) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 19. RGB value is (216,64,25). Sum of RGB (Red+Green+Blue) = 216+64+25=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84019 is #27BFE6. Grayscale: #696969. Windows color (decimal): -2605031 or 1655000. OLE color: 1655000.

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

Color convert

RGB 216 64 25 -
CMYK 0 0.70 0.88 0.15
HSL 12.25º 0.79% 0.47% -
HSV(B) 12.25º 0.88% 0.85% -
XYZ 30.33 18.34 2.86 -
YUV 105 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 216 64 25 0 0.70 0.88 0.15 12.25 0.79 0.47
Hex D8 40 19 0 46 58 F C 4F 2F
Octal 330 100 31 0 106 130 17 14 117 57
Binary 11011000 1000000 11001 0 1000110 1011000 1111 1100 1001111 101111

Color Harmonies of #D84019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84019

Black with #D84019

Text Example


Text Example

White with #D84019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84019; }

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

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

background-color css

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

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

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

border-color css

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

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

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