#D12900

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

Shades of Harley Davidson Orange #D12900

Tints of Harley Davidson Orange #D12900

Color information

#D12900 (or 0xD12900) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 29 and 00. RGB value is (209,41,0). Sum of RGB (Red+Green+Blue) = 209+41+0=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D12900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12900 is #2ED6FF. Grayscale: #565656. Windows color (decimal): -3069696 or 10705. OLE color: 10705.

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

Color convert

RGB209410-
CMYK00.8010.18
HSL11.77º100%40.98%-
HSV(B)11.77º100%81.96%-
XYZ27.0915.141.49-
YUV86.5679.16215.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 83.6%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.6%
G=16.4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20941000.8010.1811.7710040.98
HexD12900506412c6429
Octal3215100120144221414451
Binary1101000110100100101000011001001001011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12900; }

 p { color: rgb(209,41,0); }

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

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

 a { background-color: rgb(209,41,0); }

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

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

 span { border-color: rgb(209,41,0); }

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