#D01F16

Color #D01F16 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D01F16

Tints of Harley Davidson Orange #D01F16

Color information

#D01F16 (or 0xD01F16) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 1F and 16. RGB value is (208,31,22). Sum of RGB (Red+Green+Blue) = 208+31+22=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F16 is #2FE0E9. Grayscale: #535353. Windows color (decimal): -3137770 or 1449936. OLE color: 1449936.

HSL color Cylindrical-coordinate representation of color #D01F16: hue angle of 2.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01F16 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB2083122-
CMYK00.850.890.18
HSL2.9º80.87%45.1%-
HSV(B)2.9º89.42%81.57%-
XYZ26.6514.452.14-
YUV82.993.64217.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 79.69%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=79.69%
G=11.88%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208312200.850.890.182.980.8745.1
HexD01F1605559123512d
Octal3203726012513122312155
Binary11010000111111011001010101101100110010111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01F16; }

 p { color: rgb(208,31,22); }

 H1.HeaderClassName
 {
   color: #D01F16;
 }
 .AnyTagClassName
 {
   color: #D01F16;
 }
</style>
background-color css

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

 a { background-color: rgb(208,31,22); }

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

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

 span { border-color: rgb(208,31,22); }

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