#D12D03

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

Shades of Harley Davidson Orange #D12D03

Tints of Harley Davidson Orange #D12D03

Color information

#D12D03 (or 0xD12D03) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2D and 03. RGB value is (209,45,3). Sum of RGB (Red+Green+Blue) = 209+45+3=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12D03 is #2ED2FC. Grayscale: #595959. Windows color (decimal): -3068669 or 208337. OLE color: 208337.

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

Color convert

RGB209453-
CMYK00.780.990.18
HSL12.23º97.17%41.57%-
HSV(B)12.23º98.56%81.96%-
XYZ27.2515.441.63-
YUV89.2579.33213.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 81.32%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=81.32%
G=17.51%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20945300.780.990.1812.2397.1741.57
HexD12D304E6312c612a
Octal3215530116143221414152
Binary11010001101101110100111011000111001011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12D03; }

 p { color: rgb(209,45,3); }

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

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

 a { background-color: rgb(209,45,3); }

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

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

 span { border-color: rgb(209,45,3); }

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