#DF420E

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

Shades of Harley Davidson Orange #DF420E

Tints of Harley Davidson Orange #DF420E

Color information

#DF420E (or 0xDF420E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 42 and 0E. RGB value is (223,66,14). Sum of RGB (Red+Green+Blue) = 223+66+14=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF420E is #20BDF1. Grayscale: #6B6B6B. Windows color (decimal): -2145778 or 934623. OLE color: 934623.

HSL color Cylindrical-coordinate representation of color #DF420E: hue angle of 14.93º degrees, saturation: 0.88, 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 #DF420E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2236614-
CMYK00.700.940.13
HSL14.93º88.19%46.47%-
HSV(B)14.93º93.72%87.45%-
XYZ32.4619.622.49-
YUV107.0175.51210.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.60%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=73.60%
G=21.78%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223661400.700.940.1314.9388.1946.47
HexDF42E0465EDf582e
Octal337102160106136151713056
Binary1101111110000101110010001101011110110111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF420E; }

 p { color: rgb(223,66,14); }

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

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

 a { background-color: rgb(223,66,14); }

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

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

 span { border-color: rgb(223,66,14); }

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