Html Css Color HEX #D82001 Harley Davidson Orange

📋 copy color: '#D82001'

red 216 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #D82001

Tints of Harley Davidson Orange #D82001

RGB

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

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

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

R = 86.75%
G = 12.85%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D82001 (or 0xD82001) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 01. RGB value is (216,32,1). Sum of RGB (Red+Green+Blue) = 216+32+1=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D82001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82001 is #27DFFE. Grayscale: #535353. Windows color (decimal): -2613247 or 73944. OLE color: 73944.

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

Color convert

RGB 216 32 1 -
CMYK 0 0.85 1.00 0.15
HSL 8.65º 0.99% 0.43% -
HSV(B) 8.65º 1% 0.85% -
XYZ 28.84 15.63 1.53 -
YUV 83.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 216 32 1 0 0.85 1.00 0.15 8.65 0.99 0.43
Hex D8 20 1 0 55 64 F 9 63 2B
Octal 330 40 1 0 125 144 17 11 143 53
Binary 11011000 100000 1 0 1010101 1100100 1111 1001 1100011 101011

Color Harmonies of #D82001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82001

Black with #D82001

Text Example


Text Example

White with #D82001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82001; }

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

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

background-color css

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

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

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

border-color css

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

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

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