#DC3C14

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

Shades of Harley Davidson Orange #DC3C14

Tints of Harley Davidson Orange #DC3C14

Color information

#DC3C14 (or 0xDC3C14) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 3C and 14. RGB value is (220,60,20). Sum of RGB (Red+Green+Blue) = 220+60+20=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C14 is #23C3EB. Grayscale: #676767. Windows color (decimal): -2343916 or 1326300. OLE color: 1326300.

HSL color Cylindrical-coordinate representation of color #DC3C14: hue angle of 12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC3C14 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB2206020-
CMYK00.730.910.14
HSL12º83.33%47.06%-
HSV(B)12º90.91%86.27%-
XYZ31.2618.52.58-
YUV103.2881.01211.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 73.33%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220602000.730.910.141283.3347.06
HexDC3C140495BEc532f
Octal33474240111133161412357
Binary1101110011110010100010010011011011111011001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C14; }

 p { color: rgb(220,60,20); }

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

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

 a { background-color: rgb(220,60,20); }

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

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

 span { border-color: rgb(220,60,20); }

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