#DD210C

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

Shades of Harley Davidson Orange #DD210C

Tints of Harley Davidson Orange #DD210C

Color information

#DD210C (or 0xDD210C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 21 and 0C. RGB value is (221,33,12). Sum of RGB (Red+Green+Blue) = 221+33+12=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD210C is #22DEF3. Grayscale: #575757. Windows color (decimal): -2285300 or 795101. OLE color: 795101.

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

Color convert

RGB2213312-
CMYK00.850.950.13
HSL6.03º89.7%45.69%-
HSV(B)6.03º94.57%86.67%-
XYZ30.4316.491.93-
YUV86.8285.78223.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 83.08%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 12 (5.08% from 255) = 4.51%
R=83.08%
G=12.41%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221331200.850.950.136.0389.745.69
HexDD21C0555FD65a2e
Octal3354114012513715613256
Binary11011101100001110001010101101111111011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD210C; }

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

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

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

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

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

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

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

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