#dd370f

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

Shades of Harley Davidson Orange #DD370F

Tints of Harley Davidson Orange #DD370F

Color information

#DD370F (or 0xDD370F) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 37 and 0F. RGB value is (221,55,15). Sum of RGB (Red+Green+Blue) = 221+55+15=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD370F is #22C8F0. Grayscale: #646464. Windows color (decimal): -2279665 or 997341. OLE color: 997341.

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

Color convert

RGB2215515-
CMYK00.750.930.13
HSL11.65º87.29%46.27%-
HSV(B)11.65º93.21%86.67%-
XYZ31.2718.142.3-
YUV100.0780214.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.95%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=75.95%
G=18.90%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221551500.750.930.1311.6587.2946.27
HexDD37F04B5DDc572e
Octal33567170113135151412756
Binary110111011101111111010010111011101110111001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd370f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd370f; }

 p { color: rgb(221,55,15); }

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

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

 a { background-color: rgb(221,55,15); }

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

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

 span { border-color: rgb(221,55,15); }

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