Html Css Color HEX #DD4513 Harley Davidson Orange

📋 copy color: '#DD4513'

red 221 ◦ green 69 ◦ blue 19

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

Shades of Harley Davidson Orange #DD4513

Tints of Harley Davidson Orange #DD4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 71.52%
G = 22.33%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4513 (or 0xDD4513) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 13. RGB value is (221,69,19). Sum of RGB (Red+Green+Blue) = 221+69+19=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4513 is #22BAEC. Grayscale: #6D6D6D. Windows color (decimal): -2276077 or 1263069. OLE color: 1263069.

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

Color convert

RGB 221 69 19 -
CMYK 0 0.69 0.91 0.13
HSL 14.85º 0.84% 0.47% -
HSV(B) 14.85º 0.91% 0.87% -
XYZ 32.06 19.68 2.72 -
YUV 108.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 221 69 19 0 0.69 0.91 0.13 14.85 0.84 0.47
Hex DD 45 13 0 45 5B D F 54 2F
Octal 335 105 23 0 105 133 15 17 124 57
Binary 11011101 1000101 10011 0 1000101 1011011 1101 1111 1010100 101111

Color Harmonies of #DD4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4513

Black with #DD4513

Text Example


Text Example

White with #DD4513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4513; }

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

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

background-color css

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

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

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

border-color css

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

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

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