Html Css Color HEX #D84008 Harley Davidson Orange

📋 copy color: '#D84008'

red 216 ◦ green 64 ◦ blue 8

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

Shades of Harley Davidson Orange #D84008

Tints of Harley Davidson Orange #D84008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 75%
G = 22.22%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D84008 (or 0xD84008) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 08. RGB value is (216,64,8). Sum of RGB (Red+Green+Blue) = 216+64+8=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D84008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84008 is #27BFF7. Grayscale: #676767. Windows color (decimal): -2605048 or 540888. OLE color: 540888.

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

Color convert

RGB 216 64 8 -
CMYK 0 0.70 0.96 0.15
HSL 16.15º 0.93% 0.44% -
HSV(B) 16.15º 0.96% 0.85% -
XYZ 30.2 18.28 2.17 -
YUV 103.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 216 64 8 0 0.70 0.96 0.15 16.15 0.93 0.44
Hex D8 40 8 0 46 60 F 10 5D 2C
Octal 330 100 10 0 106 140 17 20 135 54
Binary 11011000 1000000 1000 0 1000110 1100000 1111 10000 1011101 101100

Color Harmonies of #D84008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84008

Black with #D84008

Text Example


Text Example

White with #D84008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84008; }

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

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

background-color css

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

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

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

border-color css

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

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

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