#DC371B

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

Shades of Harley Davidson Orange #DC371B

Tints of Harley Davidson Orange #DC371B

Color information

#DC371B (or 0xDC371B) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 37 and 1B. RGB value is (220,55,27). Sum of RGB (Red+Green+Blue) = 220+55+27=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC371B is #23C8E4. Grayscale: #656565. Windows color (decimal): -2345189 or 1783772. OLE color: 1783772.

HSL color Cylindrical-coordinate representation of color #DC371B: hue angle of 8.7º 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 #DC371B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB2205527-
CMYK00.750.880.14
HSL8.7º78.14%48.43%-
HSV(B)8.7º87.73%86.27%-
XYZ31.0818.032.88-
YUV101.1486.16212.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.85%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=72.85%
G=18.21%
B=8.94%

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
Decimal220552700.750.880.148.778.1448.43
HexDC371B04B58E94e30
Octal33467330113130161111660
Binary1101110011011111011010010111011000111010011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC371B; }

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

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

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

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

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

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

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

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