#DC2D18

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

Shades of Harley Davidson Orange #DC2D18

Tints of Harley Davidson Orange #DC2D18

Color information

#DC2D18 (or 0xDC2D18) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 2D and 18. RGB value is (220,45,24). Sum of RGB (Red+Green+Blue) = 220+45+24=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2D18 is #23D2E7. Grayscale: #5F5F5F. Windows color (decimal): -2347752 or 1584604. OLE color: 1584604.

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

Color convert

RGB2204524-
CMYK00.800.890.14
HSL6.43º80.33%47.84%-
HSV(B)6.43º89.09%86.27%-
XYZ30.6217.162.56-
YUV94.9387.98217.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 76.12%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=76.12%
G=15.57%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220452400.800.890.146.4380.3347.84
HexDC2D1805059E65030
Octal3345530012013116612060
Binary110111001011011100001010000101100111101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2D18; }

 p { color: rgb(220,45,24); }

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

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

 a { background-color: rgb(220,45,24); }

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

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

 span { border-color: rgb(220,45,24); }

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