Html Css Color HEX #D84510 Harley Davidson Orange

📋 copy color: '#D84510'

red 216 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #D84510

Tints of Harley Davidson Orange #D84510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 71.76%
G = 22.92%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D84510 (or 0xD84510) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 10. RGB value is (216,69,16). Sum of RGB (Red+Green+Blue) = 216+69+16=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D84510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84510 is #27BAEF. Grayscale: #6B6B6B. Windows color (decimal): -2603760 or 1066456. OLE color: 1066456.

HSL color Cylindrical-coordinate representation of color #D84510: hue angle of 15.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D84510 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 16 -
CMYK 0 0.68 0.93 0.15
HSL 15.9º 0.86% 0.45% -
HSV(B) 15.9º 0.93% 0.85% -
XYZ 30.54 18.89 2.53 -
YUV 106.91 76.7 205.81 -
System Red Green Blue C M Y K H S L
Decimal 216 69 16 0 0.68 0.93 0.15 15.9 0.86 0.45
Hex D8 45 10 0 44 5D F 10 56 2D
Octal 330 105 20 0 104 135 17 20 126 55
Binary 11011000 1000101 10000 0 1000100 1011101 1111 10000 1010110 101101

Color Harmonies of #D84510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84510

Black with #D84510

Text Example


Text Example

White with #D84510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84510; }

 p { color: rgb(216,69,16); }

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

background-color css

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

 a { background-color: rgb(216,69,16); }

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

border-color css

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

 span { border-color: rgb(216,69,16); }

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