#DD2412

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

Shades of Harley Davidson Orange #DD2412

Tints of Harley Davidson Orange #DD2412

Color information

#DD2412 (or 0xDD2412) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 24 and 12. RGB value is (221,36,18). Sum of RGB (Red+Green+Blue) = 221+36+18=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2412 is #22DBED. Grayscale: #595959. Windows color (decimal): -2284526 or 1189085. OLE color: 1189085.

HSL color Cylindrical-coordinate representation of color #DD2412: hue angle of 5.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD2412 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2213618-
CMYK00.840.920.13
HSL5.32º84.94%46.86%-
HSV(B)5.32º91.86%86.67%-
XYZ30.5616.682.18-
YUV89.2687.79221.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.36%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=80.36%
G=13.09%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221361800.840.920.135.3284.9446.86
HexDD24120545CD5552f
Octal3354422012413415512557
Binary110111011001001001001010100101110011011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2412; }

 p { color: rgb(221,36,18); }

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

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

 a { background-color: rgb(221,36,18); }

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

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

 span { border-color: rgb(221,36,18); }

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