Html Css Color HEX #DD4110 Harley Davidson Orange

📋 copy color: '#DD4110'

red 221 ◦ green 65 ◦ blue 16

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

Shades of Harley Davidson Orange #DD4110

Tints of Harley Davidson Orange #DD4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 73.18%
G = 21.52%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD4110 (or 0xDD4110) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 10. RGB value is (221,65,16). Sum of RGB (Red+Green+Blue) = 221+65+16=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4110 is #22BEEF. Grayscale: #6A6A6A. Windows color (decimal): -2277104 or 1065437. OLE color: 1065437.

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

Color convert

RGB 221 65 16 -
CMYK 0 0.71 0.93 0.13
HSL 14.34º 0.86% 0.46% -
HSV(B) 14.34º 0.93% 0.87% -
XYZ 31.8 19.19 2.52 -
YUV 106.06 77.18 209.98 -
System Red Green Blue C M Y K H S L
Decimal 221 65 16 0 0.71 0.93 0.13 14.34 0.86 0.46
Hex DD 41 10 0 47 5D D E 56 2E
Octal 335 101 20 0 107 135 15 16 126 56
Binary 11011101 1000001 10000 0 1000111 1011101 1101 1110 1010110 101110

Color Harmonies of #DD4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4110

Black with #DD4110

Text Example


Text Example

White with #DD4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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