Html Css Color HEX #DD4410 Harley Davidson Orange

📋 copy color: '#DD4410'

red 221 ◦ green 68 ◦ blue 16

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

Shades of Harley Davidson Orange #DD4410

Tints of Harley Davidson Orange #DD4410

RGB

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

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

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

R = 72.46%
G = 22.3%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD4410 (or 0xDD4410) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 10. RGB value is (221,68,16). Sum of RGB (Red+Green+Blue) = 221+68+16=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4410 is #22BBEF. Grayscale: #6C6C6C. Windows color (decimal): -2276336 or 1066205. OLE color: 1066205.

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

Color convert

RGB 221 68 16 -
CMYK 0 0.69 0.93 0.13
HSL 15.22º 0.86% 0.46% -
HSV(B) 15.22º 0.93% 0.87% -
XYZ 31.98 19.54 2.58 -
YUV 107.82 76.19 208.73 -
System Red Green Blue C M Y K H S L
Decimal 221 68 16 0 0.69 0.93 0.13 15.22 0.86 0.46
Hex DD 44 10 0 45 5D D F 56 2E
Octal 335 104 20 0 105 135 15 17 126 56
Binary 11011101 1000100 10000 0 1000101 1011101 1101 1111 1010110 101110

Color Harmonies of #DD4410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4410

Black with #DD4410

Text Example


Text Example

White with #DD4410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4410; }

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

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

background-color css

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

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

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

border-color css

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

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

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