Html Css Color HEX #DD3819 Harley Davidson Orange

📋 copy color: '#DD3819'

red 221 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #DD3819

Tints of Harley Davidson Orange #DD3819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 73.18%
G = 18.54%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3819 (or 0xDD3819) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 19. RGB value is (221,56,25). Sum of RGB (Red+Green+Blue) = 221+56+25=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3819 is #22C7E6. Grayscale: #666666. Windows color (decimal): -2279399 or 1652957. OLE color: 1652957.

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

Color convert

RGB 221 56 25 -
CMYK 0 0.75 0.89 0.13
HSL 9.49º 0.8% 0.48% -
HSV(B) 9.49º 0.89% 0.87% -
XYZ 31.41 18.27 2.79 -
YUV 101.8 84.66 213.02 -
System Red Green Blue C M Y K H S L
Decimal 221 56 25 0 0.75 0.89 0.13 9.49 0.8 0.48
Hex DD 38 19 0 4B 59 D 9 50 30
Octal 335 70 31 0 113 131 15 11 120 60
Binary 11011101 111000 11001 0 1001011 1011001 1101 1001 1010000 110000

Color Harmonies of #DD3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3819

Black with #DD3819

Text Example


Text Example

White with #DD3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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