Html Css Color HEX #DD4109 Harley Davidson Orange

📋 copy color: '#DD4109'

red 221 ◦ green 65 ◦ blue 9

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

Shades of Harley Davidson Orange #DD4109

Tints of Harley Davidson Orange #DD4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 74.92%
G = 22.03%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4109 (or 0xDD4109) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 09. RGB value is (221,65,9). Sum of RGB (Red+Green+Blue) = 221+65+9=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4109 is #22BEF6. Grayscale: #696969. Windows color (decimal): -2277111 or 606685. OLE color: 606685.

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

Color convert

RGB 221 65 9 -
CMYK 0 0.71 0.96 0.13
HSL 15.85º 0.92% 0.45% -
HSV(B) 15.85º 0.96% 0.87% -
XYZ 31.76 19.17 2.29 -
YUV 105.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 221 65 9 0 0.71 0.96 0.13 15.85 0.92 0.45
Hex DD 41 9 0 47 60 D 10 5C 2D
Octal 335 101 11 0 107 140 15 20 134 55
Binary 11011101 1000001 1001 0 1000111 1100000 1101 10000 1011100 101101

Color Harmonies of #DD4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4109

Black with #DD4109

Text Example


Text Example

White with #DD4109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4109; }

 p { color: rgb(221,65,9); }

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

background-color css

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

 a { background-color: rgb(221,65,9); }

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

border-color css

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

 span { border-color: rgb(221,65,9); }

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