Html Css Color HEX #D84D19 Harley Davidson Orange

📋 copy color: '#D84D19'

red 216 ◦ green 77 ◦ blue 25

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

Shades of Harley Davidson Orange #D84D19

Tints of Harley Davidson Orange #D84D19

RGB

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

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

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

R = 67.92%
G = 24.21%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D84D19 (or 0xD84D19) is known color: Harley Davidson Orange. HEX triplet: D8, 4D and 19. RGB value is (216,77,25). Sum of RGB (Red+Green+Blue) = 216+77+25=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84D19 is #27B2E6. Grayscale: #707070. Windows color (decimal): -2601703 or 1658328. OLE color: 1658328.

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

Color convert

RGB 216 77 25 -
CMYK 0 0.64 0.88 0.15
HSL 16.34º 0.79% 0.47% -
HSV(B) 16.34º 0.88% 0.85% -
XYZ 31.15 19.98 3.13 -
YUV 112.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 216 77 25 0 0.64 0.88 0.15 16.34 0.79 0.47
Hex D8 4D 19 0 40 58 F 10 4F 2F
Octal 330 115 31 0 100 130 17 20 117 57
Binary 11011000 1001101 11001 0 1000000 1011000 1111 10000 1001111 101111

Color Harmonies of #D84D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D19

Black with #D84D19

Text Example


Text Example

White with #D84D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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