#D12000

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

Shades of Harley Davidson Orange #D12000

Tints of Harley Davidson Orange #D12000

Color information

#D12000 (or 0xD12000) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 20 and 00. RGB value is (209,32,0). Sum of RGB (Red+Green+Blue) = 209+32+0=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D12000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12000 is #2EDFFF. Grayscale: #515151. Windows color (decimal): -3072000 or 8401. OLE color: 8401.

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

Color convert

RGB209320-
CMYK00.8510.18
HSL9.19º100%40.98%-
HSV(B)9.19º100%81.96%-
XYZ26.8114.591.4-
YUV81.2882.14219.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 86.72%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.72%
G=13.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20932000.8510.189.1910040.98
HexD1200055641296429
Octal3214000125144221114451
Binary1101000110000000101010111001001001010011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12000; }

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

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

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

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

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

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

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

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