Html Css Color HEX #DD4219 Harley Davidson Orange

📋 copy color: '#DD4219'

red 221 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #DD4219

Tints of Harley Davidson Orange #DD4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 70.83%
G = 21.15%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD4219 (or 0xDD4219) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 19. RGB value is (221,66,25). Sum of RGB (Red+Green+Blue) = 221+66+25=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4219 is #22BDE6. Grayscale: #6B6B6B. Windows color (decimal): -2276839 or 1655517. OLE color: 1655517.

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

Color convert

RGB 221 66 25 -
CMYK 0 0.70 0.89 0.13
HSL 12.55º 0.8% 0.48% -
HSV(B) 12.55º 0.89% 0.87% -
XYZ 31.94 19.34 2.97 -
YUV 107.67 81.35 208.83 -
System Red Green Blue C M Y K H S L
Decimal 221 66 25 0 0.70 0.89 0.13 12.55 0.8 0.48
Hex DD 42 19 0 46 59 D D 50 30
Octal 335 102 31 0 106 131 15 15 120 60
Binary 11011101 1000010 11001 0 1000110 1011001 1101 1101 1010000 110000

Color Harmonies of #DD4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4219

Black with #DD4219

Text Example


Text Example

White with #DD4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4219; }

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

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

background-color css

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

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

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

border-color css

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

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

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