Html Css Color HEX #D84020 Harley Davidson Orange

📋 copy color: '#D84020'

red 216 ◦ green 64 ◦ blue 32

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

Shades of Harley Davidson Orange #D84020

Tints of Harley Davidson Orange #D84020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 69.23%
G = 20.51%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D84020 (or 0xD84020) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 20. RGB value is (216,64,32). Sum of RGB (Red+Green+Blue) = 216+64+32=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D84020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84020 is #27BFDF. Grayscale: #6A6A6A. Windows color (decimal): -2605024 or 2113752. OLE color: 2113752.

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

Color convert

RGB 216 64 32 -
CMYK 0 0.70 0.85 0.15
HSL 10.43º 0.74% 0.49% -
HSV(B) 10.43º 0.85% 0.85% -
XYZ 30.41 18.37 3.31 -
YUV 105.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 216 64 32 0 0.70 0.85 0.15 10.43 0.74 0.49
Hex D8 40 20 0 46 55 F A 4A 31
Octal 330 100 40 0 106 125 17 12 112 61
Binary 11011000 1000000 100000 0 1000110 1010101 1111 1010 1001010 110001

Color Harmonies of #D84020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84020

Black with #D84020

Text Example


Text Example

White with #D84020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84020; }

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

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

background-color css

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

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

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

border-color css

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

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

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