#DF2A0D

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

Shades of Harley Davidson Orange #DF2A0D

Tints of Harley Davidson Orange #DF2A0D

Color information

#DF2A0D (or 0xDF2A0D) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2A and 0D. RGB value is (223,42,13). Sum of RGB (Red+Green+Blue) = 223+42+13=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A0D is #20D5F2. Grayscale: #5D5D5D. Windows color (decimal): -2151923 or 862943. OLE color: 862943.

HSL color Cylindrical-coordinate representation of color #DF2A0D: hue angle of 8.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 #DF2A0D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2234213-
CMYK00.810.940.13
HSL8.29º88.98%46.27%-
HSV(B)8.29º94.17%87.45%-
XYZ31.3317.372.08-
YUV92.8182.97220.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 80.22%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 13 (5.47% from 255) = 4.68%
R=80.22%
G=15.11%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223421300.810.940.138.2988.9846.27
HexDF2AD0515ED8592e
Octal33752150121136151013156
Binary110111111010101101010100011011110110110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2A0D; }

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

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

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

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

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

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

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

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