#DF1C0D

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

Shades of Harley Davidson Orange #DF1C0D

Tints of Harley Davidson Orange #DF1C0D

Color information

#DF1C0D (or 0xDF1C0D) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1C and 0D. RGB value is (223,28,13). Sum of RGB (Red+Green+Blue) = 223+28+13=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1C0D is #20E3F2. Grayscale: #545454. Windows color (decimal): -2155507 or 859359. OLE color: 859359.

HSL color Cylindrical-coordinate representation of color #DF1C0D: hue angle of 4.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF1C0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2232813-
CMYK00.870.940.13
HSL4.29º88.98%46.27%-
HSV(B)4.29º94.17%87.45%-
XYZ30.9216.551.95-
YUV84.687.6226.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 84.47%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=84.47%
G=10.61%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223281300.870.940.134.2988.9846.27
HexDF1CD0575ED4592e
Octal3373415012713615413156
Binary1101111111100110101010111101111011011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C0D; }

 p { color: rgb(223,28,13); }

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

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

 a { background-color: rgb(223,28,13); }

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

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

 span { border-color: rgb(223,28,13); }

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