Html Css Color HEX #DD3B16 Harley Davidson Orange

📋 copy color: '#DD3B16'

red 221 ◦ green 59 ◦ blue 22

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

Shades of Harley Davidson Orange #DD3B16

Tints of Harley Davidson Orange #DD3B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 73.18%
G = 19.54%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3B16 (or 0xDD3B16) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 16. RGB value is (221,59,22). Sum of RGB (Red+Green+Blue) = 221+59+22=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B16 is #22C4E9. Grayscale: #676767. Windows color (decimal): -2278634 or 1457117. OLE color: 1457117.

HSL color Cylindrical-coordinate representation of color #DD3B16: hue angle of 11.16º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD3B16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 59 22 -
CMYK 0 0.73 0.90 0.13
HSL 11.16º 0.82% 0.48% -
HSV(B) 11.16º 0.9% 0.87% -
XYZ 31.53 18.56 2.68 -
YUV 103.22 82.17 212.01 -
System Red Green Blue C M Y K H S L
Decimal 221 59 22 0 0.73 0.90 0.13 11.16 0.82 0.48
Hex DD 3B 16 0 49 5A D B 52 30
Octal 335 73 26 0 111 132 15 13 122 60
Binary 11011101 111011 10110 0 1001001 1011010 1101 1011 1010010 110000

Color Harmonies of #DD3B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B16

Black with #DD3B16

Text Example


Text Example

White with #DD3B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B16; }

 p { color: rgb(221,59,22); }

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

background-color css

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

 a { background-color: rgb(221,59,22); }

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

border-color css

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

 span { border-color: rgb(221,59,22); }

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