Html Css Color HEX #DD4317 Harley Davidson Orange

📋 copy color: '#DD4317'

red 221 ◦ green 67 ◦ blue 23

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

Shades of Harley Davidson Orange #DD4317

Tints of Harley Davidson Orange #DD4317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

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

R = 71.06%
G = 21.54%
B = 7.4%

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

#DD4317 (or 0xDD4317) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 17. RGB value is (221,67,23). Sum of RGB (Red+Green+Blue) = 221+67+23=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4317 is #22BCE8. Grayscale: #6C6C6C. Windows color (decimal): -2276585 or 1524701. OLE color: 1524701.

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

Color convert

RGB 221 67 23 -
CMYK 0 0.70 0.90 0.13
HSL 13.33º 0.81% 0.48% -
HSV(B) 13.33º 0.9% 0.87% -
XYZ 31.98 19.45 2.88 -
YUV 108.03 80.02 208.58 -
System Red Green Blue C M Y K H S L
Decimal 221 67 23 0 0.70 0.90 0.13 13.33 0.81 0.48
Hex DD 43 17 0 46 5A D D 51 30
Octal 335 103 27 0 106 132 15 15 121 60
Binary 11011101 1000011 10111 0 1000110 1011010 1101 1101 1010001 110000

Color Harmonies of #DD4317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4317

Black with #DD4317

Text Example


Text Example

White with #DD4317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4317; }

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

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

background-color css

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

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

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

border-color css

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

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

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