Html Css Color HEX #DD4217 Harley Davidson Orange

📋 copy color: '#DD4217'

red 221 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #DD4217

Tints of Harley Davidson Orange #DD4217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 71.29%
G = 21.29%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4217 (or 0xDD4217) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 17. RGB value is (221,66,23). Sum of RGB (Red+Green+Blue) = 221+66+23=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4217 is #22BDE8. Grayscale: #6B6B6B. Windows color (decimal): -2276841 or 1524445. OLE color: 1524445.

HSL color Cylindrical-coordinate representation of color #DD4217: hue angle of 13.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4217 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 23 -
CMYK 0 0.70 0.90 0.13
HSL 13.03º 0.81% 0.48% -
HSV(B) 13.03º 0.9% 0.87% -
XYZ 31.92 19.33 2.86 -
YUV 107.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 221 66 23 0 0.70 0.90 0.13 13.03 0.81 0.48
Hex DD 42 17 0 46 5A D D 51 30
Octal 335 102 27 0 106 132 15 15 121 60
Binary 11011101 1000010 10111 0 1000110 1011010 1101 1101 1010001 110000

Color Harmonies of #DD4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4217

Black with #DD4217

Text Example


Text Example

White with #DD4217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4217; }

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

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

background-color css

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

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

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

border-color css

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

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

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