Html Css Color HEX #DD4A19 Harley Davidson Orange

📋 copy color: '#DD4A19'

red 221 ◦ green 74 ◦ blue 25

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

Shades of Harley Davidson Orange #DD4A19

Tints of Harley Davidson Orange #DD4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 69.06%
G = 23.13%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD4A19 (or 0xDD4A19) is known color: Harley Davidson Orange. HEX triplet: DD, 4A and 19. RGB value is (221,74,25). Sum of RGB (Red+Green+Blue) = 221+74+25=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A19 is #22B5E6. Grayscale: #707070. Windows color (decimal): -2274791 or 1657565. OLE color: 1657565.

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

Color convert

RGB 221 74 25 -
CMYK 0 0.67 0.89 0.13
HSL 15º 0.8% 0.48% -
HSV(B) 15º 0.89% 0.87% -
XYZ 32.44 20.34 3.14 -
YUV 112.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 221 74 25 0 0.67 0.89 0.13 15 0.8 0.48
Hex DD 4A 19 0 43 59 D F 50 30
Octal 335 112 31 0 103 131 15 17 120 60
Binary 11011101 1001010 11001 0 1000011 1011001 1101 1111 1010000 110000

Color Harmonies of #DD4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A19

Black with #DD4A19

Text Example


Text Example

White with #DD4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A19; }

 p { color: rgb(221,74,25); }

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

background-color css

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

 a { background-color: rgb(221,74,25); }

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

border-color css

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

 span { border-color: rgb(221,74,25); }

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