Html Css Color HEX #DD4610 Harley Davidson Orange

📋 copy color: '#DD4610'

red 221 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #DD4610

Tints of Harley Davidson Orange #DD4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

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

R = 71.99%
G = 22.8%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD4610 (or 0xDD4610) is known color: Harley Davidson Orange. HEX triplet: DD, 46 and 10. RGB value is (221,70,16). Sum of RGB (Red+Green+Blue) = 221+70+16=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4610 is #22B9EF. Grayscale: #6D6D6D. Windows color (decimal): -2275824 or 1066717. OLE color: 1066717.

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

Color convert

RGB 221 70 16 -
CMYK 0 0.68 0.93 0.13
HSL 15.8º 0.86% 0.46% -
HSV(B) 15.8º 0.93% 0.87% -
XYZ 32.1 19.79 2.62 -
YUV 108.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 221 70 16 0 0.68 0.93 0.13 15.8 0.86 0.46
Hex DD 46 10 0 44 5D D 10 56 2E
Octal 335 106 20 0 104 135 15 20 126 56
Binary 11011101 1000110 10000 0 1000100 1011101 1101 10000 1010110 101110

Color Harmonies of #DD4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4610

Black with #DD4610

Text Example


Text Example

White with #DD4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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