Html Css Color HEX #DD4618 Harley Davidson Orange

📋 copy color: '#DD4618'

red 221 ◦ green 70 ◦ blue 24

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

Shades of Harley Davidson Orange #DD4618

Tints of Harley Davidson Orange #DD4618

RGB

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

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

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

R = 70.16%
G = 22.22%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD4618 (or 0xDD4618) is known color: Harley Davidson Orange. HEX triplet: DD, 46 and 18. RGB value is (221,70,24). Sum of RGB (Red+Green+Blue) = 221+70+24=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4618 is #22B9E7. Grayscale: #6E6E6E. Windows color (decimal): -2275816 or 1591005. OLE color: 1591005.

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

Color convert

RGB 221 70 24 -
CMYK 0 0.68 0.89 0.13
HSL 14.01º 0.8% 0.48% -
HSV(B) 14.01º 0.89% 0.87% -
XYZ 32.17 19.82 2.99 -
YUV 109.91 79.53 207.24 -
System Red Green Blue C M Y K H S L
Decimal 221 70 24 0 0.68 0.89 0.13 14.01 0.8 0.48
Hex DD 46 18 0 44 59 D E 50 30
Octal 335 106 30 0 104 131 15 16 120 60
Binary 11011101 1000110 11000 0 1000100 1011001 1101 1110 1010000 110000

Color Harmonies of #DD4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4618

Black with #DD4618

Text Example


Text Example

White with #DD4618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4618; }

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

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

background-color css

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

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

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

border-color css

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

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

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