#dd2d0f

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

Shades of Harley Davidson Orange #DD2D0F

Tints of Harley Davidson Orange #DD2D0F

Color information

#DD2D0F (or 0xDD2D0F) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 2D and 0F. RGB value is (221,45,15). Sum of RGB (Red+Green+Blue) = 221+45+15=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D0F is #22D2F0. Grayscale: #5E5E5E. Windows color (decimal): -2282225 or 994781. OLE color: 994781.

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

Color convert

RGB2214515-
CMYK00.800.930.13
HSL8.74º87.29%46.27%-
HSV(B)8.74º93.21%86.67%-
XYZ30.8417.282.16-
YUV94.283.31218.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.65%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 15 (6.25% from 255) = 5.34%
R=78.65%
G=16.01%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221451500.800.930.138.7487.2946.27
HexDD2DF0505DD9572e
Octal33555170120135151112756
Binary110111011011011111010100001011101110110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2d0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2d0f; }

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

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

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

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

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

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

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

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