Html Css Color HEX #D82000 Harley Davidson Orange

📋 copy color: '#D82000'

red 216 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #D82000

Tints of Harley Davidson Orange #D82000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.1%
G = 12.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D82000 (or 0xD82000) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 00. RGB value is (216,32,0). Sum of RGB (Red+Green+Blue) = 216+32+0=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D82000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82000 is #27DFFF. Grayscale: #535353. Windows color (decimal): -2613248 or 8408. OLE color: 8408.

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

Color convert

RGB 216 32 0 -
CMYK 0 0.85 1 0.15
HSL 8.89º 1% 0.42% -
HSV(B) 8.89º 1% 0.85% -
XYZ 28.84 15.63 1.5 -
YUV 83.37 80.96 222.6 -
System Red Green Blue C M Y K H S L
Decimal 216 32 0 0 0.85 1 0.15 8.89 1 0.42
Hex D8 20 0 0 55 64 F 9 64 2A
Octal 330 40 0 0 125 144 17 11 144 52
Binary 11011000 100000 0 0 1010101 1100100 1111 1001 1100100 101010

Color Harmonies of #D82000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82000

Black with #D82000

Text Example


Text Example

White with #D82000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82000; }

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

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

background-color css

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

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

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

border-color css

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

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

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