#dd310c

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

Shades of Harley Davidson Orange #DD310C

Tints of Harley Davidson Orange #DD310C

Color information

#DD310C (or 0xDD310C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 31 and 0C. RGB value is (221,49,12). Sum of RGB (Red+Green+Blue) = 221+49+12=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD310C is #22CEF3. Grayscale: #606060. Windows color (decimal): -2281204 or 799197. OLE color: 799197.

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

Color convert

RGB2214912-
CMYK00.780.950.13
HSL10.62º89.7%45.69%-
HSV(B)10.62º94.57%86.67%-
XYZ30.9817.62.11-
YUV96.2180.48217.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.37%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=78.37%
G=17.38%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221491200.780.950.1310.6289.745.69
HexDD31C04E5FDb5a2e
Octal33561140116137151313256
Binary110111011100011100010011101011111110110111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd310c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd310c; }

 p { color: rgb(221,49,12); }

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

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

 a { background-color: rgb(221,49,12); }

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

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

 span { border-color: rgb(221,49,12); }

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