Html Css Color HEX #D84116 Harley Davidson Orange

📋 copy color: '#D84116'

red 216 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #D84116

Tints of Harley Davidson Orange #D84116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 71.29%
G = 21.45%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D84116 (or 0xD84116) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 16. RGB value is (216,65,22). Sum of RGB (Red+Green+Blue) = 216+65+22=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D84116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84116 is #27BEE9. Grayscale: #696969. Windows color (decimal): -2604778 or 1458648. OLE color: 1458648.

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

Color convert

RGB 216 65 22 -
CMYK 0 0.70 0.90 0.15
HSL 13.3º 0.82% 0.47% -
HSV(B) 13.3º 0.9% 0.85% -
XYZ 30.35 18.44 2.72 -
YUV 105.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 216 65 22 0 0.70 0.90 0.15 13.3 0.82 0.47
Hex D8 41 16 0 46 5A F D 52 2F
Octal 330 101 26 0 106 132 17 15 122 57
Binary 11011000 1000001 10110 0 1000110 1011010 1111 1101 1010010 101111

Color Harmonies of #D84116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84116

Black with #D84116

Text Example


Text Example

White with #D84116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84116; }

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

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

background-color css

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

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

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

border-color css

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

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

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