#DC361B

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

Shades of Harley Davidson Orange #DC361B

Tints of Harley Davidson Orange #DC361B

Color information

#DC361B (or 0xDC361B) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 36 and 1B. RGB value is (220,54,27). Sum of RGB (Red+Green+Blue) = 220+54+27=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC361B is #23C9E4. Grayscale: #646464. Windows color (decimal): -2345445 or 1783516. OLE color: 1783516.

HSL color Cylindrical-coordinate representation of color #DC361B: hue angle of 8.39º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC361B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB2205427-
CMYK00.750.880.14
HSL8.39º78.14%48.43%-
HSV(B)8.39º87.73%86.27%-
XYZ31.0317.932.86-
YUV100.5686.5213.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 73.09%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=73.09%
G=17.94%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220542700.750.880.148.3978.1448.43
HexDC361B04B58E84e30
Octal33466330113130161011660
Binary1101110011011011011010010111011000111010001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC361B; }

 p { color: rgb(220,54,27); }

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

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

 a { background-color: rgb(220,54,27); }

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

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

 span { border-color: rgb(220,54,27); }

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