Html Css Color HEX #DD4411 Harley Davidson Orange

📋 copy color: '#DD4411'

red 221 ◦ green 68 ◦ blue 17

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

Shades of Harley Davidson Orange #DD4411

Tints of Harley Davidson Orange #DD4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 72.22%
G = 22.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD4411 (or 0xDD4411) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 11. RGB value is (221,68,17). Sum of RGB (Red+Green+Blue) = 221+68+17=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4411 is #22BBEE. Grayscale: #6C6C6C. Windows color (decimal): -2276335 or 1131741. OLE color: 1131741.

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

Color convert

RGB 221 68 17 -
CMYK 0 0.69 0.92 0.13
HSL 15º 0.86% 0.47% -
HSV(B) 15º 0.92% 0.87% -
XYZ 31.99 19.55 2.62 -
YUV 107.93 76.69 208.65 -
System Red Green Blue C M Y K H S L
Decimal 221 68 17 0 0.69 0.92 0.13 15 0.86 0.47
Hex DD 44 11 0 45 5C D F 56 2F
Octal 335 104 21 0 105 134 15 17 126 57
Binary 11011101 1000100 10001 0 1000101 1011100 1101 1111 1010110 101111

Color Harmonies of #DD4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4411

Black with #DD4411

Text Example


Text Example

White with #DD4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4411; }

 p { color: rgb(221,68,17); }

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

background-color css

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

 a { background-color: rgb(221,68,17); }

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

border-color css

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

 span { border-color: rgb(221,68,17); }

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