#D3200C

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

Shades of Harley Davidson Orange #D3200C

Tints of Harley Davidson Orange #D3200C

Color information

#D3200C (or 0xD3200C) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 20 and 0C. RGB value is (211,32,12). Sum of RGB (Red+Green+Blue) = 211+32+12=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D3200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3200C is #2CDFF3. Grayscale: #535353. Windows color (decimal): -2940916 or 794835. OLE color: 794835.

HSL color Cylindrical-coordinate representation of color #D3200C: hue angle of 6.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB2113212-
CMYK00.850.940.17
HSL6.03º89.24%43.73%-
HSV(B)6.03º94.31%82.75%-
XYZ27.4514.911.78-
YUV83.2487.8219.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 82.75%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=82.75%
G=12.55%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211321200.850.940.176.0389.2443.73
HexD320C0555E116592c
Octal3234014012513621613154
Binary110100111000001100010101011011110100011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3200C; }

 p { color: rgb(211,32,12); }

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

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

 a { background-color: rgb(211,32,12); }

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

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

 span { border-color: rgb(211,32,12); }

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