#D01D0E

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

Shades of Harley Davidson Orange #D01D0E

Tints of Harley Davidson Orange #D01D0E

Color information

#D01D0E (or 0xD01D0E) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 1D and 0E. RGB value is (208,29,14). Sum of RGB (Red+Green+Blue) = 208+29+14=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01D0E is #2FE2F1. Grayscale: #515151. Windows color (decimal): -3138290 or 925136. OLE color: 925136.

HSL color Cylindrical-coordinate representation of color #D01D0E: hue angle of 4.64º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D01D0E is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB2082914-
CMYK00.860.930.18
HSL4.64º87.39%43.53%-
HSV(B)4.64º93.27%81.57%-
XYZ26.5314.321.78-
YUV80.8190.3218.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 82.87%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=82.87%
G=11.55%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208291400.860.930.184.6487.3943.53
HexD01DE0565D125572c
Octal3203516012613522512754
Binary11010000111011110010101101011101100101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D0E; }

 p { color: rgb(208,29,14); }

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

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

 a { background-color: rgb(208,29,14); }

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

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

 span { border-color: rgb(208,29,14); }

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