#D01A03

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

Shades of Harley Davidson Orange #D01A03

Tints of Harley Davidson Orange #D01A03

Color information

#D01A03 (or 0xD01A03) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 1A and 03. RGB value is (208,26,3). Sum of RGB (Red+Green+Blue) = 208+26+3=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01A03 is #2FE5FC. Grayscale: #4E4E4E. Windows color (decimal): -3139069 or 203472. OLE color: 203472.

HSL color Cylindrical-coordinate representation of color #D01A03: hue angle of 6.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D01A03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB208263-
CMYK00.880.990.18
HSL6.73º97.16%41.37%-
HSV(B)6.73º98.56%81.57%-
XYZ26.414.161.43-
YUV77.885.8220.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 87.76%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=87.76%
G=10.97%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20826300.880.990.186.7397.1641.37
HexD01A3058631276129
Octal320323013014322714151
Binary110100001101011010110001100011100101111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A03; }

 p { color: rgb(208,26,3); }

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

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

 a { background-color: rgb(208,26,3); }

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

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

 span { border-color: rgb(208,26,3); }

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