Html Css Color HEX #D82801 Harley Davidson Orange

📋 copy color: '#D82801'

red 216 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #D82801

Tints of Harley Davidson Orange #D82801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 84.05%
G = 15.56%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D82801 (or 0xD82801) is known color: Harley Davidson Orange. HEX triplet: D8, 28 and 01. RGB value is (216,40,1). Sum of RGB (Red+Green+Blue) = 216+40+1=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D82801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82801 is #27D7FE. Grayscale: #585858. Windows color (decimal): -2611199 or 75992. OLE color: 75992.

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

Color convert

RGB 216 40 1 -
CMYK 0 0.81 1.00 0.15
HSL 10.88º 0.99% 0.43% -
HSV(B) 10.88º 1% 0.85% -
XYZ 29.08 16.12 1.61 -
YUV 88.18 78.81 219.17 -
System Red Green Blue C M Y K H S L
Decimal 216 40 1 0 0.81 1.00 0.15 10.88 0.99 0.43
Hex D8 28 1 0 51 64 F B 63 2B
Octal 330 50 1 0 121 144 17 13 143 53
Binary 11011000 101000 1 0 1010001 1100100 1111 1011 1100011 101011

Color Harmonies of #D82801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82801

Black with #D82801

Text Example


Text Example

White with #D82801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82801; }

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

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

background-color css

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

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

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

border-color css

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

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

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