#DC1E00

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

Shades of Harley Davidson Orange #DC1E00

Tints of Harley Davidson Orange #DC1E00

Color information

#DC1E00 (or 0xDC1E00) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 1E and 00. RGB value is (220,30,0). Sum of RGB (Red+Green+Blue) = 220+30+0=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E00 is #23E1FF. Grayscale: #535353. Windows color (decimal): -2351616 or 7900. OLE color: 7900.

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

Color convert

RGB220300-
CMYK00.8610.14
HSL8.18º100%43.14%-
HSV(B)8.18º100%86.27%-
XYZ29.9816.141.54-
YUV83.3980.95225.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 88%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 0 (0.39% from 255) = 0%
R=88%
G=12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22030000.8610.148.1810043.14
HexDC1E005664E8642b
Octal3343600126144161014453
Binary11011100111100010101101100100111010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1E00; }

 p { color: rgb(220,30,0); }

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

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

 a { background-color: rgb(220,30,0); }

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

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

 span { border-color: rgb(220,30,0); }

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