Html Css Color HEX #D84120 Harley Davidson Orange

📋 copy color: '#D84120'

red 216 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #D84120

Tints of Harley Davidson Orange #D84120

RGB

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

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

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

R = 69.01%
G = 20.77%
B = 10.22%

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

#D84120 (or 0xD84120) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 20. RGB value is (216,65,32). Sum of RGB (Red+Green+Blue) = 216+65+32=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D84120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84120 is #27BEDF. Grayscale: #6A6A6A. Windows color (decimal): -2604768 or 2114008. OLE color: 2114008.

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

Color convert

RGB 216 65 32 -
CMYK 0 0.70 0.85 0.15
HSL 10.76º 0.74% 0.49% -
HSV(B) 10.76º 0.85% 0.85% -
XYZ 30.47 18.48 3.33 -
YUV 106.39 86.03 206.18 -
System Red Green Blue C M Y K H S L
Decimal 216 65 32 0 0.70 0.85 0.15 10.76 0.74 0.49
Hex D8 41 20 0 46 55 F B 4A 31
Octal 330 101 40 0 106 125 17 13 112 61
Binary 11011000 1000001 100000 0 1000110 1010101 1111 1011 1001010 110001

Color Harmonies of #D84120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84120

Black with #D84120

Text Example


Text Example

White with #D84120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84120; }

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

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

background-color css

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

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

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

border-color css

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

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

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