Html Css Color HEX #DD2010 Harley Davidson Orange

📋 copy color: '#DD2010'

red 221 ◦ green 32 ◦ blue 16

#DD2010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DD2010

Tints of Harley Davidson Orange #DD2010

RGB

 RED value IS 221 (86.72% from 255) = 82.16%

 GREEN value IS 32 (12.89% from 255) = 11.9%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 82.16%
G = 11.9%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD2010 (or 0xDD2010) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 10. RGB value is (221,32,16). Sum of RGB (Red+Green+Blue) = 221+32+16=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2010 is #22DFEF. Grayscale: #565656. Windows color (decimal): -2285552 or 1056989. OLE color: 1056989.

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

Color convert

RGB 221 32 16 -
CMYK 0 0.86 0.93 0.13
HSL 4.68º 0.86% 0.46% -
HSV(B) 4.68º 0.93% 0.87% -
XYZ 30.43 16.44 2.06 -
YUV 86.69 88.12 223.8 -
System Red Green Blue C M Y K H S L
Decimal 221 32 16 0 0.86 0.93 0.13 4.68 0.86 0.46
Hex DD 20 10 0 56 5D D 5 56 2E
Octal 335 40 20 0 126 135 15 5 126 56
Binary 11011101 100000 10000 0 1010110 1011101 1101 101 1010110 101110

Color Harmonies of #DD2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2010

Black with #DD2010

Text Example


Text Example

White with #DD2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2010; }

 p { color: rgb(221,32,16); }

 H1.HeaderClassName
 {
   color: #DD2010;
 }
 .AnyTagClassName
 {
   color: #DD2010;
 }
</style>

background-color css

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

 a { background-color: rgb(221,32,16); }

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

border-color css

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

 span { border-color: rgb(221,32,16); }

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