#D12C00

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

Shades of Harley Davidson Orange #D12C00

Tints of Harley Davidson Orange #D12C00

Color information

#D12C00 (or 0xD12C00) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2C and 00. RGB value is (209,44,0). Sum of RGB (Red+Green+Blue) = 209+44+0=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12C00 is #2ED3FF. Grayscale: #585858. Windows color (decimal): -3068928 or 11473. OLE color: 11473.

HSL color Cylindrical-coordinate representation of color #D12C00: hue angle of 12.63º 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 #D12C00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB209440-
CMYK00.7910.18
HSL12.63º100%40.98%-
HSV(B)12.63º100%81.96%-
XYZ27.215.361.53-
YUV88.3278.16214.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 82.61%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.61%
G=17.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20944000.7910.1812.6310040.98
HexD12C004F6412d6429
Octal3215400117144221514451
Binary1101000110110000100111111001001001011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C00; }

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

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

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

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

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

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

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

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