Html Css Color HEX #D82011 Harley Davidson Orange

📋 copy color: '#D82011'

red 216 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D82011

Tints of Harley Davidson Orange #D82011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 81.51%
G = 12.08%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D82011 (or 0xD82011) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 11. RGB value is (216,32,17). Sum of RGB (Red+Green+Blue) = 216+32+17=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D82011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82011 is #27DFEE. Grayscale: #555555. Windows color (decimal): -2613231 or 1122520. OLE color: 1122520.

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

Color convert

RGB 216 32 17 -
CMYK 0 0.85 0.92 0.15
HSL 4.52º 0.85% 0.46% -
HSV(B) 4.52º 0.92% 0.85% -
XYZ 28.94 15.67 2.03 -
YUV 85.31 89.46 221.22 -
System Red Green Blue C M Y K H S L
Decimal 216 32 17 0 0.85 0.92 0.15 4.52 0.85 0.46
Hex D8 20 11 0 55 5C F 5 55 2E
Octal 330 40 21 0 125 134 17 5 125 56
Binary 11011000 100000 10001 0 1010101 1011100 1111 101 1010101 101110

Color Harmonies of #D82011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82011

Black with #D82011

Text Example


Text Example

White with #D82011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82011; }

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

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

background-color css

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

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

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

border-color css

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

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

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