#D12D12

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

Shades of Harley Davidson Orange #D12D12

Tints of Harley Davidson Orange #D12D12

Color information

#D12D12 (or 0xD12D12) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2D and 12. RGB value is (209,45,18). Sum of RGB (Red+Green+Blue) = 209+45+18=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12D12 is #2ED2ED. Grayscale: #5B5B5B. Windows color (decimal): -3068654 or 1191377. OLE color: 1191377.

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

Color convert

RGB2094518-
CMYK00.780.910.18
HSL8.48º84.14%44.51%-
HSV(B)8.48º91.39%81.96%-
XYZ27.3415.482.12-
YUV90.9686.83212.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76.84%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=76.84%
G=16.54%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209451800.780.910.188.4884.1444.51
HexD12D1204E5B128542d
Octal32155220116133221012455
Binary11010001101101100100100111010110111001010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12D12; }

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

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

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

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

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

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

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

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