Html Css Color HEX #DD4418 Harley Davidson Orange

📋 copy color: '#DD4418'

red 221 ◦ green 68 ◦ blue 24

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

Shades of Harley Davidson Orange #DD4418

Tints of Harley Davidson Orange #DD4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 70.61%
G = 21.73%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD4418 (or 0xDD4418) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 18. RGB value is (221,68,24). Sum of RGB (Red+Green+Blue) = 221+68+24=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4418 is #22BBE7. Grayscale: #6D6D6D. Windows color (decimal): -2276328 or 1590493. OLE color: 1590493.

HSL color Cylindrical-coordinate representation of color #DD4418: hue angle of 13.4º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4418 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 24 -
CMYK 0 0.69 0.89 0.13
HSL 13.4º 0.8% 0.48% -
HSV(B) 13.4º 0.89% 0.87% -
XYZ 32.05 19.57 2.95 -
YUV 108.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 221 68 24 0 0.69 0.89 0.13 13.4 0.8 0.48
Hex DD 44 18 0 45 59 D D 50 30
Octal 335 104 30 0 105 131 15 15 120 60
Binary 11011101 1000100 11000 0 1000101 1011001 1101 1101 1010000 110000

Color Harmonies of #DD4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4418

Black with #DD4418

Text Example


Text Example

White with #DD4418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4418; }

 p { color: rgb(221,68,24); }

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

background-color css

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

 a { background-color: rgb(221,68,24); }

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

border-color css

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

 span { border-color: rgb(221,68,24); }

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