Html Css Color HEX #D82509 Harley Davidson Orange

📋 copy color: '#D82509'

red 216 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #D82509

Tints of Harley Davidson Orange #D82509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

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

R = 82.44%
G = 14.12%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D82509 (or 0xD82509) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 09. RGB value is (216,37,9). Sum of RGB (Red+Green+Blue) = 216+37+9=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D82509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82509 is #27DAF6. Grayscale: #575757. Windows color (decimal): -2611959 or 599512. OLE color: 599512.

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

Color convert

RGB 216 37 9 -
CMYK 0 0.83 0.96 0.15
HSL 8.12º 0.92% 0.44% -
HSV(B) 8.12º 0.96% 0.85% -
XYZ 29.03 15.94 1.81 -
YUV 87.33 83.8 219.78 -
System Red Green Blue C M Y K H S L
Decimal 216 37 9 0 0.83 0.96 0.15 8.12 0.92 0.44
Hex D8 25 9 0 53 60 F 8 5C 2C
Octal 330 45 11 0 123 140 17 10 134 54
Binary 11011000 100101 1001 0 1010011 1100000 1111 1000 1011100 101100

Color Harmonies of #D82509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82509

Black with #D82509

Text Example


Text Example

White with #D82509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82509; }

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

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

background-color css

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

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

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

border-color css

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

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

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