Html Css Color HEX #DD3F11 Harley Davidson Orange

📋 copy color: '#DD3F11'

red 221 ◦ green 63 ◦ blue 17

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

Shades of Harley Davidson Orange #DD3F11

Tints of Harley Davidson Orange #DD3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 73.42%
G = 20.93%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD3F11 (or 0xDD3F11) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 11. RGB value is (221,63,17). Sum of RGB (Red+Green+Blue) = 221+63+17=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F11 is #22C0EE. Grayscale: #696969. Windows color (decimal): -2277615 or 1130461. OLE color: 1130461.

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

Color convert

RGB 221 63 17 -
CMYK 0 0.71 0.92 0.13
HSL 13.53º 0.86% 0.47% -
HSV(B) 13.53º 0.92% 0.87% -
XYZ 31.7 18.97 2.52 -
YUV 105 78.35 210.74 -
System Red Green Blue C M Y K H S L
Decimal 221 63 17 0 0.71 0.92 0.13 13.53 0.86 0.47
Hex DD 3F 11 0 47 5C D E 56 2F
Octal 335 77 21 0 107 134 15 16 126 57
Binary 11011101 111111 10001 0 1000111 1011100 1101 1110 1010110 101111

Color Harmonies of #DD3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F11

Black with #DD3F11

Text Example


Text Example

White with #DD3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F11; }

 p { color: rgb(221,63,17); }

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

background-color css

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

 a { background-color: rgb(221,63,17); }

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

border-color css

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

 span { border-color: rgb(221,63,17); }

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