Html Css Color HEX #D82809 Harley Davidson Orange

📋 copy color: '#D82809'

red 216 ◦ green 40 ◦ blue 9

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

Shades of Harley Davidson Orange #D82809

Tints of Harley Davidson Orange #D82809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 81.51%
G = 15.09%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D82809 (or 0xD82809) is known color: Harley Davidson Orange. HEX triplet: D8, 28 and 09. RGB value is (216,40,9). Sum of RGB (Red+Green+Blue) = 216+40+9=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D82809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82809 is #27D7F6. Grayscale: #595959. Windows color (decimal): -2611191 or 600280. OLE color: 600280.

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

Color convert

RGB 216 40 9 -
CMYK 0 0.81 0.96 0.15
HSL 8.99º 0.92% 0.44% -
HSV(B) 8.99º 0.96% 0.85% -
XYZ 29.13 16.14 1.84 -
YUV 89.09 82.81 218.52 -
System Red Green Blue C M Y K H S L
Decimal 216 40 9 0 0.81 0.96 0.15 8.99 0.92 0.44
Hex D8 28 9 0 51 60 F 9 5C 2C
Octal 330 50 11 0 121 140 17 11 134 54
Binary 11011000 101000 1001 0 1010001 1100000 1111 1001 1011100 101100

Color Harmonies of #D82809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82809

Black with #D82809

Text Example


Text Example

White with #D82809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82809; }

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

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

background-color css

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

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

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

border-color css

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

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

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