Html Css Color HEX #DD4413 Harley Davidson Orange

📋 copy color: '#DD4413'

red 221 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #DD4413

Tints of Harley Davidson Orange #DD4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 71.75%
G = 22.08%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4413 (or 0xDD4413) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 13. RGB value is (221,68,19). Sum of RGB (Red+Green+Blue) = 221+68+19=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4413 is #22BBEC. Grayscale: #6C6C6C. Windows color (decimal): -2276333 or 1262813. OLE color: 1262813.

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

Color convert

RGB 221 68 19 -
CMYK 0 0.69 0.91 0.13
HSL 14.55º 0.84% 0.47% -
HSV(B) 14.55º 0.91% 0.87% -
XYZ 32 19.55 2.7 -
YUV 108.16 77.69 208.48 -
System Red Green Blue C M Y K H S L
Decimal 221 68 19 0 0.69 0.91 0.13 14.55 0.84 0.47
Hex DD 44 13 0 45 5B D F 54 2F
Octal 335 104 23 0 105 133 15 17 124 57
Binary 11011101 1000100 10011 0 1000101 1011011 1101 1111 1010100 101111

Color Harmonies of #DD4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4413

Black with #DD4413

Text Example


Text Example

White with #DD4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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