Html Css Color HEX #D84410 Harley Davidson Orange

📋 copy color: '#D84410'

red 216 ◦ green 68 ◦ blue 16

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

Shades of Harley Davidson Orange #D84410

Tints of Harley Davidson Orange #D84410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 72%
G = 22.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D84410 (or 0xD84410) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 10. RGB value is (216,68,16). Sum of RGB (Red+Green+Blue) = 216+68+16=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D84410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84410 is #27BBEF. Grayscale: #6A6A6A. Windows color (decimal): -2604016 or 1066200. OLE color: 1066200.

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

Color convert

RGB 216 68 16 -
CMYK 0 0.69 0.93 0.15
HSL 15.6º 0.86% 0.45% -
HSV(B) 15.6º 0.93% 0.85% -
XYZ 30.48 18.77 2.51 -
YUV 106.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 216 68 16 0 0.69 0.93 0.15 15.6 0.86 0.45
Hex D8 44 10 0 45 5D F 10 56 2D
Octal 330 104 20 0 105 135 17 20 126 55
Binary 11011000 1000100 10000 0 1000101 1011101 1111 10000 1010110 101101

Color Harmonies of #D84410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84410

Black with #D84410

Text Example


Text Example

White with #D84410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84410; }

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

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

background-color css

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

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

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

border-color css

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

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

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