#DD4115

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

Shades of Harley Davidson Orange #DD4115

Tints of Harley Davidson Orange #DD4115

Color information

#DD4115 (or 0xDD4115) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 41 and 15. RGB value is (221,65,21). Sum of RGB (Red+Green+Blue) = 221+65+21=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4115 is #22BEEA. Grayscale: #6A6A6A. Windows color (decimal): -2277099 or 1393117. OLE color: 1393117.

HSL color Cylindrical-coordinate representation of color #DD4115: hue angle of 13.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4115 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2216521-
CMYK00.710.900.13
HSL13.2º82.64%47.45%-
HSV(B)13.2º90.5%86.67%-
XYZ31.8419.212.74-
YUV106.6379.68209.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.99%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=71.99%
G=21.17%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221652100.710.900.1313.282.6447.45
HexDD41150475ADd532f
Octal335101250107132151512357
Binary11011101100000110101010001111011010110111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4115; }

 p { color: rgb(221,65,21); }

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

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

 a { background-color: rgb(221,65,21); }

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

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

 span { border-color: rgb(221,65,21); }

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