Html Css Color HEX #DD4209 Harley Davidson Orange

📋 copy color: '#DD4209'

red 221 ◦ green 66 ◦ blue 9

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

Shades of Harley Davidson Orange #DD4209

Tints of Harley Davidson Orange #DD4209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

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

R = 74.66%
G = 22.3%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4209 (or 0xDD4209) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 09. RGB value is (221,66,9). Sum of RGB (Red+Green+Blue) = 221+66+9=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4209 is #22BDF6. Grayscale: #6A6A6A. Windows color (decimal): -2276855 or 606941. OLE color: 606941.

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

Color convert

RGB 221 66 9 -
CMYK 0 0.70 0.96 0.13
HSL 16.13º 0.92% 0.45% -
HSV(B) 16.13º 0.96% 0.87% -
XYZ 31.82 19.29 2.3 -
YUV 105.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 221 66 9 0 0.70 0.96 0.13 16.13 0.92 0.45
Hex DD 42 9 0 46 60 D 10 5C 2D
Octal 335 102 11 0 106 140 15 20 134 55
Binary 11011101 1000010 1001 0 1000110 1100000 1101 10000 1011100 101101

Color Harmonies of #DD4209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4209

Black with #DD4209

Text Example


Text Example

White with #DD4209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4209; }

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

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

background-color css

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

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

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

border-color css

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

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

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