#DD3B15

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

Shades of Harley Davidson Orange #DD3B15

Tints of Harley Davidson Orange #DD3B15

Color information

#DD3B15 (or 0xDD3B15) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 3B and 15. RGB value is (221,59,21). Sum of RGB (Red+Green+Blue) = 221+59+21=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B15 is #22C4EA. Grayscale: #676767. Windows color (decimal): -2278635 or 1391581. OLE color: 1391581.

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

Color convert

RGB2215921-
CMYK00.730.900.13
HSL11.4º82.64%47.45%-
HSV(B)11.4º90.5%86.67%-
XYZ31.5218.552.63-
YUV103.1181.67212.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 73.42%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=73.42%
G=19.60%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221592100.730.900.1311.482.6447.45
HexDD3B150495ADb532f
Octal33573250111132151312357
Binary1101110111101110101010010011011010110110111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3B15; }

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

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

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

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

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

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

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

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