Html Css Color HEX #DD4713 Harley Davidson Orange

📋 copy color: '#DD4713'

red 221 ◦ green 71 ◦ blue 19

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

Shades of Harley Davidson Orange #DD4713

Tints of Harley Davidson Orange #DD4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 71.06%
G = 22.83%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4713 (or 0xDD4713) is known color: Harley Davidson Orange. HEX triplet: DD, 47 and 13. RGB value is (221,71,19). Sum of RGB (Red+Green+Blue) = 221+71+19=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4713 is #22B8EC. Grayscale: #6E6E6E. Windows color (decimal): -2275565 or 1263581. OLE color: 1263581.

HSL color Cylindrical-coordinate representation of color #DD4713: hue angle of 15.45º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4713 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 19 -
CMYK 0 0.68 0.91 0.13
HSL 15.45º 0.84% 0.47% -
HSV(B) 15.45º 0.91% 0.87% -
XYZ 32.19 19.93 2.77 -
YUV 109.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 221 71 19 0 0.68 0.91 0.13 15.45 0.84 0.47
Hex DD 47 13 0 44 5B D F 54 2F
Octal 335 107 23 0 104 133 15 17 124 57
Binary 11011101 1000111 10011 0 1000100 1011011 1101 1111 1010100 101111

Color Harmonies of #DD4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4713

Black with #DD4713

Text Example


Text Example

White with #DD4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4713; }

 p { color: rgb(221,71,19); }

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

background-color css

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

 a { background-color: rgb(221,71,19); }

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

border-color css

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

 span { border-color: rgb(221,71,19); }

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