#DC1E01

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

Shades of Harley Davidson Orange #DC1E01

Tints of Harley Davidson Orange #DC1E01

Color information

#DC1E01 (or 0xDC1E01) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 1E and 01. RGB value is (220,30,1). Sum of RGB (Red+Green+Blue) = 220+30+1=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E01 is #23E1FE. Grayscale: #535353. Windows color (decimal): -2351615 or 73436. OLE color: 73436.

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

Color convert

RGB220301-
CMYK00.861.000.14
HSL7.95º99.1%43.33%-
HSV(B)7.95º99.55%86.27%-
XYZ29.9816.151.56-
YUV83.581.45225.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 87.65%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=87.65%
G=11.95%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22030100.861.000.147.9599.143.33
HexDC1E105664E8632b
Octal3343610126144161014353
Binary11011100111101010101101100100111010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1E01; }

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

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

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

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

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

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

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

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