Html Css Color HEX #D82009 Harley Davidson Orange

📋 copy color: '#D82009'

red 216 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #D82009

Tints of Harley Davidson Orange #D82009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 84.05%
G = 12.45%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D82009 (or 0xD82009) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 09. RGB value is (216,32,9). Sum of RGB (Red+Green+Blue) = 216+32+9=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D82009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82009 is #27DFF6. Grayscale: #545454. Windows color (decimal): -2613239 or 598232. OLE color: 598232.

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

Color convert

RGB 216 32 9 -
CMYK 0 0.85 0.96 0.15
HSL 6.67º 0.92% 0.44% -
HSV(B) 6.67º 0.96% 0.85% -
XYZ 28.88 15.65 1.76 -
YUV 84.39 85.46 221.87 -
System Red Green Blue C M Y K H S L
Decimal 216 32 9 0 0.85 0.96 0.15 6.67 0.92 0.44
Hex D8 20 9 0 55 60 F 7 5C 2C
Octal 330 40 11 0 125 140 17 7 134 54
Binary 11011000 100000 1001 0 1010101 1100000 1111 111 1011100 101100

Color Harmonies of #D82009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82009

Black with #D82009

Text Example


Text Example

White with #D82009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82009; }

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

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

background-color css

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

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

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

border-color css

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

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

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