Html Css Color HEX #DD2116 Harley Davidson Orange

📋 copy color: '#DD2116'

red 221 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #DD2116

Tints of Harley Davidson Orange #DD2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 80.07%
G = 11.96%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2116 (or 0xDD2116) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 16. RGB value is (221,33,22). Sum of RGB (Red+Green+Blue) = 221+33+22=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2116 is #22DEE9. Grayscale: #585858. Windows color (decimal): -2285290 or 1450461. OLE color: 1450461.

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

Color convert

RGB 221 33 22 -
CMYK 0 0.85 0.90 0.13
HSL 3.32º 0.82% 0.48% -
HSV(B) 3.32º 0.9% 0.87% -
XYZ 30.51 16.52 2.34 -
YUV 87.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 221 33 22 0 0.85 0.90 0.13 3.32 0.82 0.48
Hex DD 21 16 0 55 5A D 3 52 30
Octal 335 41 26 0 125 132 15 3 122 60
Binary 11011101 100001 10110 0 1010101 1011010 1101 11 1010010 110000

Color Harmonies of #DD2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2116

Black with #DD2116

Text Example


Text Example

White with #DD2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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