Html Css Color HEX #D82109 Harley Davidson Orange

📋 copy color: '#D82109'

red 216 ◦ green 33 ◦ blue 9

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

Shades of Harley Davidson Orange #D82109

Tints of Harley Davidson Orange #D82109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

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

R = 83.72%
G = 12.79%
B = 3.49%

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

#D82109 (or 0xD82109) is known color: Harley Davidson Orange. HEX triplet: D8, 21 and 09. RGB value is (216,33,9). Sum of RGB (Red+Green+Blue) = 216+33+9=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D82109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82109 is #27DEF6. Grayscale: #555555. Windows color (decimal): -2612983 or 598488. OLE color: 598488.

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

Color convert

RGB 216 33 9 -
CMYK 0 0.85 0.96 0.15
HSL 6.96º 0.92% 0.44% -
HSV(B) 6.96º 0.96% 0.85% -
XYZ 28.91 15.71 1.77 -
YUV 84.98 85.13 221.45 -
System Red Green Blue C M Y K H S L
Decimal 216 33 9 0 0.85 0.96 0.15 6.96 0.92 0.44
Hex D8 21 9 0 55 60 F 7 5C 2C
Octal 330 41 11 0 125 140 17 7 134 54
Binary 11011000 100001 1001 0 1010101 1100000 1111 111 1011100 101100

Color Harmonies of #D82109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82109

Black with #D82109

Text Example


Text Example

White with #D82109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82109; }

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

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

background-color css

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

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

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

border-color css

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

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

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