#D12B0C

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

Shades of Harley Davidson Orange #D12B0C

Tints of Harley Davidson Orange #D12B0C

Color information

#D12B0C (or 0xD12B0C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2B and 0C. RGB value is (209,43,12). Sum of RGB (Red+Green+Blue) = 209+43+12=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12B0C is #2ED4F3. Grayscale: #595959. Windows color (decimal): -3069172 or 797649. OLE color: 797649.

HSL color Cylindrical-coordinate representation of color #D12B0C: hue angle of 9.44º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D12B0C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2094312-
CMYK00.790.940.18
HSL9.44º89.14%43.33%-
HSV(B)9.44º94.26%81.96%-
XYZ27.2215.311.87-
YUV89.184.5213.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.17%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=79.17%
G=16.29%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209431200.790.940.189.4489.1443.33
HexD12BC04F5E129592b
Octal32153140117136221113153
Binary1101000110101111000100111110111101001010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12B0C; }

 p { color: rgb(209,43,12); }

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

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

 a { background-color: rgb(209,43,12); }

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

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

 span { border-color: rgb(209,43,12); }

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