#DF300D

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

Shades of Harley Davidson Orange #DF300D

Tints of Harley Davidson Orange #DF300D

Color information

#DF300D (or 0xDF300D) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 30 and 0D. RGB value is (223,48,13). Sum of RGB (Red+Green+Blue) = 223+48+13=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF300D is #20CFF2. Grayscale: #606060. Windows color (decimal): -2150387 or 864479. OLE color: 864479.

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

Color convert

RGB2234813-
CMYK00.780.940.13
HSL10º88.98%46.27%-
HSV(B)10º94.17%87.45%-
XYZ31.5617.832.16-
YUV96.3480.98218.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.52%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=78.52%
G=16.90%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223481300.780.940.131088.9846.27
HexDF30D04E5EDa592e
Octal33760150116136151213156
Binary110111111100001101010011101011110110110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF300D; }

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

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

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

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

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

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

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

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