Html Css Color HEX #D82F01 Harley Davidson Orange

📋 copy color: '#D82F01'

red 216 ◦ green 47 ◦ blue 1

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

Shades of Harley Davidson Orange #D82F01

Tints of Harley Davidson Orange #D82F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.8%

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

R = 81.82%
G = 17.8%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D82F01 (or 0xD82F01) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 01. RGB value is (216,47,1). Sum of RGB (Red+Green+Blue) = 216+47+1=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F01 is #27D0FE. Grayscale: #5C5C5C. Windows color (decimal): -2609407 or 77784. OLE color: 77784.

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

Color convert

RGB 216 47 1 -
CMYK 0 0.78 1.00 0.15
HSL 12.84º 0.99% 0.43% -
HSV(B) 12.84º 1% 0.85% -
XYZ 29.34 16.63 1.69 -
YUV 92.29 76.49 216.24 -
System Red Green Blue C M Y K H S L
Decimal 216 47 1 0 0.78 1.00 0.15 12.84 0.99 0.43
Hex D8 2F 1 0 4E 64 F D 63 2B
Octal 330 57 1 0 116 144 17 15 143 53
Binary 11011000 101111 1 0 1001110 1100100 1111 1101 1100011 101011

Color Harmonies of #D82F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F01

Black with #D82F01

Text Example


Text Example

White with #D82F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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